mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
parent
742a6fc34f
commit
a0e5b1c69b
1 changed files with 3 additions and 4 deletions
|
@ -4,10 +4,6 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace TTN\Tea\Command;
|
namespace TTN\Tea\Command;
|
||||||
|
|
||||||
/*
|
|
||||||
* Command to create test data for the tea extension.
|
|
||||||
*/
|
|
||||||
|
|
||||||
use Symfony\Component\Console\Command\Command;
|
use Symfony\Component\Console\Command\Command;
|
||||||
use Symfony\Component\Console\Input\InputArgument;
|
use Symfony\Component\Console\Input\InputArgument;
|
||||||
use Symfony\Component\Console\Input\InputInterface;
|
use Symfony\Component\Console\Input\InputInterface;
|
||||||
|
@ -17,6 +13,9 @@ use TYPO3\CMS\Core\Database\Connection;
|
||||||
use TYPO3\CMS\Core\Database\ConnectionPool;
|
use TYPO3\CMS\Core\Database\ConnectionPool;
|
||||||
use TYPO3\CMS\Core\Utility\GeneralUtility;
|
use TYPO3\CMS\Core\Utility\GeneralUtility;
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Command to create test data for the tea extension.
|
||||||
|
*/
|
||||||
final class CreateTestDataCommand extends Command
|
final class CreateTestDataCommand extends Command
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue