Completed
Pull Request — master (#79)
by Jacob
03:06
created
src/Models/Collections/InverseCollection.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      */
55 55
     public function clear()
56 56
     {
57
-       throw new \BadMethodCallException('You cannot clear inverse collections.');
57
+        throw new \BadMethodCallException('You cannot clear inverse collections.');
58 58
     }
59 59
 
60 60
     /**
Please login to merge, or discard this patch.