1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 16:50:09 +01:00

Resolve merge

This commit is contained in:
Matt Stauffer
2022-12-18 15:15:24 -06:00
23 changed files with 239 additions and 107 deletions

View File

@@ -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) {