Skip to content

Commit 6d89f23

Browse files
authored
Update Command.php
Me-tools base command is not listed in composer dependency. Use cakephp basecommand
1 parent d94d600 commit 6d89f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
namespace DatabaseBackup\Console;
1616

1717
use Cake\Console\Arguments;
18+
use Cake\Console\BaseCommand;
1819
use Cake\Console\ConsoleIo;
1920
use DatabaseBackup\BackupTrait;
20-
use MeTools\Console\Command as BaseCommand;
2121

2222
/**
2323
* Base class for console commands

0 commit comments

Comments
 (0)