Passed
Pull Request — master (#192)
by
unknown
07:50
created
src/CacheKey.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
 
60 60
     protected function getModelSlug() : string
61 61
     {
62
-    	return str_slug(get_class($this->model).":".$this->model->getTable());
62
+        return str_slug(get_class($this->model).":".$this->model->getTable());
63 63
     }
64 64
 
65 65
     protected function getOffsetClause() : string
Please login to merge, or discard this patch.