https://github.com/illuminate/database
Raw File
Tip revision: 2013edb53b2ec0ec03063d215a919db721df93a1 authored by Alex Buckham on 10 March 2020, 12:56:58 UTC
Add 'The connection is broken and recovery is not possible.' thrown by Microsoft ODBC Driver to the list of causedByLostConnection error messages (#31879)
Tip revision: 2013edb
ConfigurationUrlParser.php
<?php

namespace Illuminate\Database;

use Illuminate\Support\ConfigurationUrlParser as BaseConfigurationUrlParser;

class ConfigurationUrlParser extends BaseConfigurationUrlParser
{
    //
}
back to top