https://github.com/illuminate/database
Raw File
Tip revision: a37cc323d42b1aca90b2ffa2ece23d7be0434b7c authored by Toby Zerner on 07 September 2021, 13:25:06 UTC
[8.x] Add Eloquent builder `whereMorphedTo` method to streamline finding models morphed to another model (#38668)
Tip revision: a37cc32
ConfigurationUrlParser.php
<?php

namespace Illuminate\Database;

use Illuminate\Support\ConfigurationUrlParser as BaseConfigurationUrlParser;

class ConfigurationUrlParser extends BaseConfigurationUrlParser
{
    //
}
back to top