Skip to content

Commit

Permalink
Fixed loader folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tenmajkl committed Jun 26, 2021
1 parent 845d6fa commit 329e83b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Kernel/loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
*
*
* */
function loader()
function loader($dir)
{
$routes_dir = __DIR__."/../../routes/";
$routes_dir = $dir."/../routes/";

if (is_dir($routes_dir))
{
Expand Down

0 comments on commit 329e83b

Please sign in to comment.