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:
@@ -12,7 +12,7 @@ class SampleValetDriver extends ValetDriver
|
|||||||
*/
|
*/
|
||||||
public function serves($sitePath, $siteName, $uri)
|
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;
|
// return true;
|
||||||
// }
|
// }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user