We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f292a commit 91ab4caCopy full SHA for 91ab4ca
routes.php
@@ -2,8 +2,7 @@
2
3
require_once __DIR__ . '/Library/Router.php';
4
5
-foreach (glob(__DIR__ . '/Controller/*.php') as $file)
6
-{
+foreach (glob(__DIR__ . '/Controller/*.php') as $file) {
7
if ($file === __DIR__ . '/Controller/BaseController.php') continue;
8
require_once $file;
9
}
0 commit comments