@@ -20,7 +20,7 @@ |
||
| 20 | 20 | private function mergeTags(static $model, $overwrite = false) { |
| 21 | 21 | $newTags = []; |
| 22 | 22 | foreach ($model->tags as $tag) { |
| 23 | - $find = $this->tags->find(function(Tag $element) use ($tag) { |
|
| 23 | + $find = $this->tags->find(function (Tag $element) use ($tag) { |
|
| 24 | 24 | return $tag->getName() === $element->getName(); |
| 25 | 25 | }); |
| 26 | 26 | |