$group
$group :
Runs all of the migrations in reverse order, until they have all been un-applied.
$logger : \Psr\Log\LoggerInterface
The Logger to use for a command
$commands : \CodeIgniter\CLI\CommandRunner
Instance of the CommandRunner controller so commands can call other commands.
__construct(\Psr\Log\LoggerInterface $logger, \CodeIgniter\CLI\CommandRunner $commands)
BaseCommand constructor.
\Psr\Log\LoggerInterface | $logger | |
\CodeIgniter\CLI\CommandRunner | $commands |
Loading…