https://github.com/illuminate/database
Raw File
Tip revision: 9b0df48354ca7c88062e209d73f385f40c75a540 authored by Choraimy Kroonstuiver on 29 November 2022, 15:13:49 UTC
Fix factory breaking when trying to determine whether a relation is empty (#45135)
Tip revision: 9b0df48
ConfigurationUrlParser.php
<?php

namespace Illuminate\Database;

use Illuminate\Support\ConfigurationUrlParser as BaseConfigurationUrlParser;

class ConfigurationUrlParser extends BaseConfigurationUrlParser
{
    //
}
back to top