mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
parent
1430186268
commit
febf422b9b
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ final class CreateTestDataCommand extends Command
|
||||||
protected function execute(InputInterface $input, OutputInterface $output): int
|
protected function execute(InputInterface $input, OutputInterface $output): int
|
||||||
{
|
{
|
||||||
$pageUid = (int)$input->getArgument('pageUid') ?? 0;
|
$pageUid = (int)$input->getArgument('pageUid') ?? 0;
|
||||||
\assert(\is_int($pageUid));
|
|
||||||
$deleteDataBefore = $input->getOption('delete-data-before') ?? false;
|
$deleteDataBefore = $input->getOption('delete-data-before') ?? false;
|
||||||
\assert(\is_bool($deleteDataBefore));
|
\assert(\is_bool($deleteDataBefore));
|
||||||
$table = 'tx_tea_domain_model_tea';
|
$table = 'tx_tea_domain_model_tea';
|
||||||
|
|
Loading…
Reference in a new issue