mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
remove ide hint
This commit is contained in:
@@ -63,7 +63,6 @@ public static function assign($sitePath, $siteName, $uri)
|
||||
$drivers[] = 'BasicValetDriver';
|
||||
|
||||
foreach ($drivers as $driver) {
|
||||
/** @var ValetDriver $driver */
|
||||
$driver = new $driver;
|
||||
|
||||
if ($driver->serves($sitePath, $siteName, $driver->mutateUri($uri))) {
|
||||
|
||||
Reference in New Issue
Block a user