Initial commit
This commit is contained in:
10
src/Command/BaseCommand.php
Normal file
10
src/Command/BaseCommand.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace SlotDb\Cli\Command;
|
||||
|
||||
use Symfony\Component\Console\Command\Command;
|
||||
|
||||
abstract class BaseCommand extends Command
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user