Skip to content

Commit 91ab4ca

Browse files
authored
Update routes.php
1 parent b0f292a commit 91ab4ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

routes.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
require_once __DIR__ . '/Library/Router.php';
44

5-
foreach (glob(__DIR__ . '/Controller/*.php') as $file)
6-
{
5+
foreach (glob(__DIR__ . '/Controller/*.php') as $file) {
76
if ($file === __DIR__ . '/Controller/BaseController.php') continue;
87
require_once $file;
98
}

0 commit comments

Comments
 (0)