https://github.com/illuminate/database
Raw File
Tip revision: af20e1ceefd532b35ed5b24b3b4c8b305d8fb42b authored by Taylor Otwell on 25 June 2021, 23:56:55 UTC
revert changes
Tip revision: af20e1c
ConfigurationUrlParser.php
<?php

namespace Illuminate\Database;

use Illuminate\Support\ConfigurationUrlParser as BaseConfigurationUrlParser;

class ConfigurationUrlParser extends BaseConfigurationUrlParser
{
    //
}
back to top