1
0
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:
Taylor Otwell
2016-05-12 21:17:49 -05:00
parent fe6fb947f7
commit 82e1d96be1

View File

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