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