https://github.com/illuminate/database
Raw File
Tip revision: f47f46bde85c2952d4d17f098a0514ed08bba12b authored by Arne Brenneisen on 10 May 2022, 15:08:27 UTC
Fix type error (#42337)
Tip revision: f47f46b
ConfigurationUrlParser.php
<?php

namespace Illuminate\Database;

use Illuminate\Support\ConfigurationUrlParser as BaseConfigurationUrlParser;

class ConfigurationUrlParser extends BaseConfigurationUrlParser
{
    //
}
back to top