https://github.com/illuminate/database
Raw File
Tip revision: 2d4d2c0e3c728124c6d2b8e419c455d43902c2f7 authored by Jared Dunham on 24 July 2023, 14:38:25 UTC
[10.x] Revert 47763 fix sql server (#47792)
Tip revision: 2d4d2c0
ConfigurationUrlParser.php
<?php

namespace Illuminate\Database;

use Illuminate\Support\ConfigurationUrlParser as BaseConfigurationUrlParser;

class ConfigurationUrlParser extends BaseConfigurationUrlParser
{
    //
}
back to top