Completed
Push — master ( 8788dd...b06ea8 )
by Philip
02:14
created
src/CRUDlex/ServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -274,7 +274,7 @@
 block discarded – undo
274 274
      */
275 275
     public function register(Container $app) {
276 276
         $app['crud'] = function() use ($app) {
277
-            $result        = new static();
277
+            $result = new static();
278 278
             return $result;
279 279
         };
280 280
     }
Please login to merge, or discard this patch.