Migrate from interface to abstract
This commit is contained in:
parent
3bb1ecb748
commit
c8213a6c03
4 changed files with 8 additions and 27 deletions
|
@ -3,9 +3,8 @@
|
|||
namespace App\Console\Commands;
|
||||
|
||||
use Cli\Commands\Command;
|
||||
use Runtime\Contracts\Console\Command as CommandInterface;
|
||||
|
||||
class TestCommand extends Command implements CommandInterface
|
||||
class TestCommand extends Command
|
||||
{
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue