diff --git a/app/Config/Paths.php b/app/Config/Paths.php index 5ef168c..6251124 100644 --- a/app/Config/Paths.php +++ b/app/Config/Paths.php @@ -20,7 +20,7 @@ * Include the path if the folder is not in the same directory * as this file. */ - public $systemDirectory = __DIR__ . '/../../system'; + public $systemDirectory = __DIR__ . '/../../vendor/codeigniter4/framework/system'; /* *---------------------------------------------------------------