Completed
Branch master (6c17f1)
by Edo
05:52
created
Category
src/FullcalendarServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      */
21 21
     public function register()
22 22
     {
23
-        $this->app->bind(self::IDENTIFIER, function ($app) {
23
+        $this->app->bind(self::IDENTIFIER, function($app) {
24 24
             return $app->make(Fullcalendar::class);
25 25
         });
26 26
     }
Please login to merge, or discard this patch.