Skip to content

Commit 11f0c72

Browse files
revert changes
1 parent 73a1243 commit 11f0c72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

user_guide_src/source/general/managing_apps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ of those would be set to refer to the shared common **codeigniter4/framework** f
100100

101101
.. literalinclude:: managing_apps/005.php
102102

103-
.. note:: If you install CodeIgniter from the Zip file, the ``$systemDirectory`` would be ``__DIR__ . '/../../system'``.
103+
.. note:: If you install CodeIgniter from the Zip file, the ``$systemDirectory`` would be ``__DIR__ . '/../../codeigniter4/system'``.
104104

105105
And modify the ``COMPOSER_PATH`` constant in **app/Config/Constants.php** inside each
106106
of those:

user_guide_src/source/general/managing_apps/005.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Paths
66
{
77
// ...
88

9-
public $systemDirectory = __DIR__ . '/../../vendor/codeigniter4/framework/system';
9+
public $systemDirectory = __DIR__ . '/../../../vendor/codeigniter4/framework/system';
1010

1111
// ...
1212
}

0 commit comments

Comments
 (0)