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 b324be0 commit ef454a2Copy full SHA for ef454a2
1 file changed
build/target-repository/e2e/define-constant/src/DefineConstant.php
@@ -1,5 +1,7 @@
1
<?php
2
3
+declare(strict_types=1);
4
+
5
if (! defined('APPPATH')) {
6
define('APPPATH', realpath(rtrim($paths->appDirectory, '\\/ ')) . DIRECTORY_SEPARATOR);
7
}
0 commit comments