From 34909d42b1530c02feab1909ee0e6ebff3e55530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jergu=C5=A1=20Lejko?= Date: Thu, 5 May 2016 18:41:39 +0200 Subject: [PATCH] Fix missing bracket --- stubs/SampleValetDriver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; // }