diff --git a/app/Core/Config.php b/app/Core/Config.php index f9485a7..6fbc0a3 100644 --- a/app/Core/Config.php +++ b/app/Core/Config.php @@ -37,7 +37,7 @@ public function __construct() 'uri' => VILARE_DIST_URI, ], 'resources' => [ - 'path' => VILARE_PATH . '/resources', + 'path' => VILARE_PATH, ], 'views' => [ 'path' => VILARE_PATH . '/resources/views', diff --git a/resources/functions.php b/functions.php similarity index 68% rename from resources/functions.php rename to functions.php index e727be9..c57a57d 100644 --- a/resources/functions.php +++ b/functions.php @@ -1,12 +1,10 @@