Skip to content

Commit

Permalink
update directory naming on whole framework
Browse files Browse the repository at this point in the history
  • Loading branch information
yourjhay committed Jul 18, 2019
1 parent 3b7f781 commit 2ece80e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Application Configs
*/
foreach (glob('../App/Config/*.php') as $filename)
foreach (glob('../app/Config/*.php') as $filename)
{
require $filename;
}
Expand Down Expand Up @@ -45,6 +45,6 @@
/**
* Application routes
*/
require '../App/Routes.php';
require '../app/Routes.php';
use Simple\Routing\Router;
Router::dispatch($url);

0 comments on commit 2ece80e

Please sign in to comment.