1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-08 01:10:08 +01:00

Fix missing bracket

This commit is contained in:
Jerguš Lejko
2016-05-05 18:41:39 +02:00
parent 06120f76ea
commit 34909d42b1

View File

@@ -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;
// }