https://github.com/illuminate/database
Raw File
Tip revision: b8c1e5393e8c7f087a7f79158d04f314f00422d0 authored by Aman Patel on 07 October 2021, 16:45:33 UTC
Update SchemaState Process to remove timeout (#39139)
Tip revision: b8c1e53
ConfigurationUrlParser.php
<?php

namespace Illuminate\Database;

use Illuminate\Support\ConfigurationUrlParser as BaseConfigurationUrlParser;

class ConfigurationUrlParser extends BaseConfigurationUrlParser
{
    //
}
back to top