Skip to content

Commit 287cd79

Browse files
committed
wip
1 parent 8f17ce1 commit 287cd79

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/Concerns/HasTags.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@ public function tags(): Collection
1818
*/
1919
public function syncTags(array $tags)
2020
{
21-
try {
22-
$this->save();
23-
} catch (\Exception $e) {
24-
dd($e);
25-
}
21+
$this->save();
2622
$this->tagsRelation()->sync($tags);
2723

2824
$this->unsetRelation('tagsRelation');

0 commit comments

Comments
 (0)