https://github.com/illuminate/database
Raw File
Tip revision: 55b4633aff7c9fbf1e14bd579835344604fe4d31 authored by Taylor Otwell on 20 December 2023, 14:23:33 UTC
Revert "[10.x] Drop the primary key if it exists when adding a new primary key (#49392)" (#49448)
Tip revision: 55b4633
ConfigurationUrlParser.php
<?php

namespace Illuminate\Database;

use Illuminate\Support\ConfigurationUrlParser as BaseConfigurationUrlParser;

class ConfigurationUrlParser extends BaseConfigurationUrlParser
{
    //
}
back to top