Completed
Branch master (87b0cb)
by Propa
10:10
created
src/IntlServiceProvider.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
         });
122 122
 
123 123
         $this->app->bind('intl.date', function ($app) {
124
-           return new Date;
124
+            return new Date;
125 125
         });
126 126
 
127 127
         $this->app->bind(\Carbon\Carbon::class, function ($app) {
Please login to merge, or discard this patch.