Completed
Push — master ( 738917...534a14 )
by Ariel
09:09
created
src/TimegridioConciergeServiceProvider.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Timegridio\Concierge;
4 4
 
5
-use Illuminate\Routing\Router;
6 5
 use Illuminate\Support\ServiceProvider;
7 6
 
8 7
 class TimegridioConciergeServiceProvider extends ServiceProvider
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      */
47 47
     private function registerConcierge()
48 48
     {
49
-        $this->app->bind('concierge', function ($app) {
49
+        $this->app->bind('concierge', function($app) {
50 50
             return new Concierge($app);
51 51
         });
52 52
     }
Please login to merge, or discard this patch.