Skip to content

Commit f64e52f

Browse files
authored
Fixes namespace.
1 parent 1b64d41 commit f64e52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TinkerServiceProvider.php

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

33
namespace Laravel\Tinker;
44

5+
use Illuminate\ContractsSupport\DeferrableProvider;
56
use Illuminate\Foundation\Application as LaravelApplication;
6-
use Illuminate\Support\Contracts\DeferrableProvider;
77
use Illuminate\Support\ServiceProvider;
88
use Laravel\Lumen\Application as LumenApplication;
99
use Laravel\Tinker\Console\TinkerCommand;

0 commit comments

Comments
 (0)