https://github.com/illuminate/database
Raw File
Tip revision: 385a67f5351be38c5c6f28d58f7d76cbaffcaa02 authored by Alexander on 04 March 2024, 21:32:24 UTC
[10.x] Add `whereAll` and `whereAny` methods to the query builder (#50344)
Tip revision: 385a67f
ConfigurationUrlParser.php
<?php

namespace Illuminate\Database;

use Illuminate\Support\ConfigurationUrlParser as BaseConfigurationUrlParser;

class ConfigurationUrlParser extends BaseConfigurationUrlParser
{
    //
}
back to top