Skip to content

Commit 0bd5240

Browse files
committed
wip : use illuminate console to fix tests
1 parent e9db4c5 commit 0bd5240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
namespace Studio\Totem\Console;
44

5-
use App\Console\Kernel as AppKernel;
65
use Studio\Totem\Contracts\TaskInterface;
76
use Illuminate\Console\Scheduling\Schedule;
87
use Illuminate\Contracts\Events\Dispatcher;
98
use Illuminate\Contracts\Foundation\Application;
9+
use Illuminate\Foundation\Console\Kernel as AppKernel;
1010

1111
class Kernel extends AppKernel
1212
{

0 commit comments

Comments
 (0)