https://github.com/illuminate/database
Raw File
Tip revision: 5a09b780d86613127cddbeb05e4dde22aeccbedf authored by Dries Vints on 07 April 2022, 15:04:12 UTC
Fix seeder property for in-memory tests (#41869)
Tip revision: 5a09b78
ConfigurationUrlParser.php
<?php

namespace Illuminate\Database;

use Illuminate\Support\ConfigurationUrlParser as BaseConfigurationUrlParser;

class ConfigurationUrlParser extends BaseConfigurationUrlParser
{
    //
}
back to top