Apply fixes from StyleCI
This commit is contained in:
parent
9336b358de
commit
dba4c14e5c
3 changed files with 2 additions and 3 deletions
|
@ -44,7 +44,7 @@ class BookmarkService
|
|||
'content' => $content,
|
||||
]);
|
||||
|
||||
foreach((array) $categories as $category) {
|
||||
foreach ((array) $categories as $category) {
|
||||
$tag = Tag::firstOrCreate(['tag' => $category]);
|
||||
$bookmark->tags()->save($tag);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue