Passed
Branch master (277104)
by Younes
09:14
created
src/NotifyServiceProvider.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,10 +3,10 @@
 block discarded – undo
3 3
 namespace Yoeunes\Notify;
4 4
 
5 5
 use Illuminate\Container\Container;
6
+use Illuminate\Foundation\Application as LaravelApplication;
6 7
 use Illuminate\Support\Facades\Blade;
7 8
 use Illuminate\Support\ServiceProvider;
8 9
 use Laravel\Lumen\Application as LumenApplication;
9
-use Illuminate\Foundation\Application as LaravelApplication;
10 10
 
11 11
 class NotifyServiceProvider extends ServiceProvider
12 12
 {
Please login to merge, or discard this patch.