Test Failed
Branch master (6ae3ad)
by Pavel
02:03
created
src/LaravelDoctrine/Rest/Request/IndexRestRequest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      */
28 28
     public function ability()
29 29
     {
30
-         return 'index';
30
+            return 'index';
31 31
     }
32 32
 
33 33
     /**
Please login to merge, or discard this patch.