Completed
Pull Request — master (#16)
by Phecho
03:26
created
app/Models/Group.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,6 +39,6 @@
 block discarded – undo
39 39
      */
40 40
     public function scopeMine($query)
41 41
     {
42
-    	return $query->where('owner_id', Auth::user()->id);
42
+        return $query->where('owner_id', Auth::user()->id);
43 43
     }
44 44
 }
Please login to merge, or discard this patch.