diff --git a/composer.lock b/composer.lock index 7902fc2..d5bf63e 100644 --- a/composer.lock +++ b/composer.lock @@ -59,16 +59,16 @@ }, { "name": "simplyphp/framework", - "version": "v1.2.23", + "version": "v1.2.24", "source": { "type": "git", "url": "https://github.com/jhayann/framework.git", - "reference": "5d38b359712addfd34512a40bce5294517b96b06" + "reference": "7d1e2f9bb9e8a5c53c3407728f55151baa50c3cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jhayann/framework/zipball/5d38b359712addfd34512a40bce5294517b96b06", - "reference": "5d38b359712addfd34512a40bce5294517b96b06", + "url": "https://api.github.com/repos/jhayann/framework/zipball/7d1e2f9bb9e8a5c53c3407728f55151baa50c3cf", + "reference": "7d1e2f9bb9e8a5c53c3407728f55151baa50c3cf", "shasum": "" }, "require": { @@ -109,7 +109,7 @@ "framework", "simplephp" ], - "time": "2019-07-17T00:54:27+00:00" + "time": "2019-07-18T11:55:15+00:00" }, { "name": "symfony/polyfill-ctype", diff --git a/public/index.php b/public/index.php index 570580a..babf432 100644 --- a/public/index.php +++ b/public/index.php @@ -11,7 +11,7 @@ /** * Application Configs */ -foreach (glob('../App/Config/*.php') as $filename) +foreach (glob('../app/Config/*.php') as $filename) { require $filename; } @@ -45,6 +45,6 @@ /** * Application routes */ -require '../App/Routes.php'; +require '../app/Routes.php'; use Simple\Routing\Router; Router::dispatch($url); \ No newline at end of file