Skip to content

Commit

Permalink
Merge pull request #5 from bnf/low-level-commands
Browse files Browse the repository at this point in the history
[!!!][TASK] Adapt to command handling in TYPO3 v11.1
  • Loading branch information
bmack authored Feb 9, 2021
2 parents 215a0bf + 4606b27 commit bfb13f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typo3
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
call_user_func(function() {
$classLoader = require __DIR__ . '/../../autoload.php';
\TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::run(1, \TYPO3\CMS\Core\Core\SystemEnvironmentBuilder::REQUESTTYPE_CLI);
\TYPO3\CMS\Core\Core\Bootstrap::init($classLoader)->get(\TYPO3\CMS\Core\Console\CommandApplication::class)->run();
\TYPO3\CMS\Core\Core\Bootstrap::init($classLoader, true)->get(\TYPO3\CMS\Core\Console\CommandApplication::class)->run();
});

0 comments on commit bfb13f4

Please sign in to comment.