mirror of
https://github.com/laravel/valet.git
synced 2026-02-06 16:50:09 +01:00
Resolve merge
This commit is contained in:
@@ -62,6 +62,7 @@ public static function assign(string $sitePath, string $siteName, string $uri):
|
||||
// Queue Valet-shipped drivers
|
||||
$drivers[] = 'LaravelValetDriver';
|
||||
$drivers = array_merge($drivers, static::specificDrivers());
|
||||
$drivers[] = 'BasicWithPublicValetDriver';
|
||||
$drivers[] = 'BasicValetDriver';
|
||||
|
||||
foreach ($drivers as $driver) {
|
||||
|
||||
Reference in New Issue
Block a user