https://github.com/illuminate/database
Raw File
Tip revision: 3e0b333aa02db22c3d286d209ebaa92bdc84809f authored by Rihards Ščeredins on 15 October 2021, 14:33:47 UTC
[6.x] Add new lost connection message to `DetectsLostConnections` for Vapor (#39209)
Tip revision: 3e0b333
ConfigurationUrlParser.php
<?php

namespace Illuminate\Database;

use Illuminate\Support\ConfigurationUrlParser as BaseConfigurationUrlParser;

class ConfigurationUrlParser extends BaseConfigurationUrlParser
{
    //
}
back to top