mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-08 22:56:12 +01:00
parent
dd1f4832ff
commit
8200302d31
1 changed files with 3 additions and 4 deletions
|
@ -4,10 +4,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace TTN\Tea\Command;
|
||||
|
||||
/*
|
||||
* Command to create test data for the tea extension.
|
||||
*/
|
||||
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
use Symfony\Component\Console\Input\InputArgument;
|
||||
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\Utility\GeneralUtility;
|
||||
|
||||
/*
|
||||
* Command to create test data for the tea extension.
|
||||
*/
|
||||
final class CreateTestDataCommand extends Command
|
||||
{
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue