@@ -29,7 +29,7 @@ |
||
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); |