https://github.com/illuminate/database
Raw File
Tip revision: 87c74a14c3fdf8525e4774135ccdfe9022eca5a6 authored by Brandon Eichhorn on 31 January 2023, 20:29:10 UTC
[9.x] - 45782: Solve data to be dumped for separate schemes (#45805)
Tip revision: 87c74a1
ConfigurationUrlParser.php
<?php

namespace Illuminate\Database;

use Illuminate\Support\ConfigurationUrlParser as BaseConfigurationUrlParser;

class ConfigurationUrlParser extends BaseConfigurationUrlParser
{
    //
}
back to top