Skip to content

Commit 2f6afa5

Browse files
committed
Fix systemDirectory path
1 parent c3a8adc commit 2f6afa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Config/Paths.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Paths
2020
* Include the path if the folder is not in the same directory
2121
* as this file.
2222
*/
23-
public $systemDirectory = __DIR__ . '/../../system';
23+
public $systemDirectory = __DIR__ . '/../../vendor/codeigniter4/framework/system';
2424

2525
/*
2626
*---------------------------------------------------------------

0 commit comments

Comments
 (0)