Skip to content

Commit bfb13f4

Browse files
authored
Merge pull request #5 from bnf/low-level-commands
[!!!][TASK] Adapt to command handling in TYPO3 v11.1
2 parents 215a0bf + 4606b27 commit bfb13f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typo3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
call_user_func(function() {
2121
$classLoader = require __DIR__ . '/../../autoload.php';
2222
\TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(1, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_CLI);
23-
\TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Core\Console\CommandApplication::class)->run();
23+
\TYPO3\CMS\Core\Core\Bootstrap::init($classLoader, true)->get(\TYPO3\CMS\Core\Console\CommandApplication::class)->run();
2424
});

0 commit comments

Comments
 (0)