Skip to content

Commit 571f20e

Browse files
committed
fixed
1 parent fb65b20 commit 571f20e

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
@@ -14,9 +14,9 @@
1414
namespace DatabaseBackup\Console;
1515

1616
use Cake\Console\Arguments;
17+
use Cake\Console\Command as BaseCommand;
1718
use Cake\Console\ConsoleIo;
1819
use DatabaseBackup\BackupTrait;
19-
use MeTools\Console\Command as BaseCommand;
2020

2121
/**
2222
* Base class for console commands

0 commit comments

Comments
 (0)