diff --git a/stubs/SampleValetDriver.php b/stubs/SampleValetDriver.php index f75fa7243..2c21e05fe 100644 --- a/stubs/SampleValetDriver.php +++ b/stubs/SampleValetDriver.php @@ -12,7 +12,7 @@ class SampleValetDriver extends ValetDriver */ public function serves($sitePath, $siteName, $uri) { - // if (file_exists($sitePath.'/file-that-identifies-my-framework') { + // if (file_exists($sitePath.'/file-that-identifies-my-framework')) { // return true; // }