https://github.com/illuminate/database
Raw File
Tip revision: b6d33617f7ff95864fb82f7a9301979b23e067b5 authored by Taylor Otwell on 13 December 2021, 15:25:12 UTC
passthru from property to underlying query object
Tip revision: b6d3361
ConfigurationUrlParser.php
<?php

namespace Illuminate\Database;

use Illuminate\Support\ConfigurationUrlParser as BaseConfigurationUrlParser;

class ConfigurationUrlParser extends BaseConfigurationUrlParser
{
    //
}
back to top