Migrate from interface to abstract

This commit is contained in:
Maarten 2020-02-13 19:27:37 +01:00
parent 3bb1ecb748
commit c8213a6c03
4 changed files with 8 additions and 27 deletions

View file

@ -2,7 +2,7 @@
namespace Cli\Collection;
use Runtime\Contracts\Console\Command;
use Cli\Commands\Command;
class CommandsCollection
{