Passed
Push — master ( 8990d3...a28f70 )
by Emad
02:03
created
src/Uuids.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
      * Scope  by uuid 
30 30
      * @param  string  uuid of the model.
31 31
      * 
32
-    */
32
+     */
33 33
     public function scopeUuid($query, $uuid, $first = true)
34 34
     {
35 35
         $match = preg_match('/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/', $uuid);
Please login to merge, or discard this patch.