Passed
Push — master ( cf44a0...dc02e6 )
by Mario
02:42
created
tests/BaseTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
             [
22 22
             'middleware' => [],
23 23
             'namespace'  => 'RafflesArgentina\ResourceController',
24
-            ], function ($router) {
24
+            ], function($router) {
25 25
                 $router->resource('test', 'TestController');
26 26
                 $router->resource('test2', 'TestUseSoftDeletesController');
27 27
             }
Please login to merge, or discard this patch.