File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ protected function getKernelClass(): string
299
299
throw new ModuleRequireException (
300
300
self ::class,
301
301
"File with Kernel class was not found at {$ path }. \n"
302
- . 'Specify directory where file with Kernel class for your application is located with `app_path ` parameter. '
302
+ . 'Specify directory where file with Kernel class for your application is located with `kernel_class ` parameter. '
303
303
);
304
304
}
305
305
@@ -319,7 +319,7 @@ protected function getKernelClass(): string
319
319
throw new ModuleRequireException (
320
320
self ::class,
321
321
"Kernel class was not found. \n"
322
- . 'Specify directory where file with Kernel class for your application is located with `app_path ` parameter. '
322
+ . 'Specify directory where file with Kernel class for your application is located with `kernel_class ` parameter. '
323
323
);
324
324
}
325
325
You can’t perform that action at this time.
0 commit comments