We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a8adc commit 2f6afa5Copy full SHA for 2f6afa5
app/Config/Paths.php
@@ -20,7 +20,7 @@ class Paths
20
* Include the path if the folder is not in the same directory
21
* as this file.
22
*/
23
- public $systemDirectory = __DIR__ . '/../../system';
+ public $systemDirectory = __DIR__ . '/../../vendor/codeigniter4/framework/system';
24
25
/*
26
*---------------------------------------------------------------
0 commit comments