Test Setup Failed
Pull Request — master (#11)
by Andrey
06:38
created
src/Uuids.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      * Scope  by uuid
39 39
      * @param  string  uuid of the model.
40 40
      *
41
-    */
41
+     */
42 42
     public function scopeUuid($query, $uuid, $first = true)
43 43
     {
44 44
         $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.