We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63185ab commit e55be0bCopy full SHA for e55be0b
system/Commands/Worker/Views/frankenphp-worker.php.tpl
@@ -48,7 +48,9 @@ if (getcwd() . DIRECTORY_SEPARATOR !== FCPATH) {
48
*---------------------------------------------------------------
49
*/
50
51
+// This is the line that might need to be changed, depending on your folder structure.
52
require FCPATH . '../app/Config/Paths.php';
53
+// ^^^ Change this line if you move your application folder
54
$paths = new Paths();
55
56
require $paths->systemDirectory . '/Boot.php';
0 commit comments