tag settings
This commit is contained in:
@ -71,6 +71,7 @@ class TagModule extends Module
|
||||
{
|
||||
$tag = new Tag();
|
||||
$tag->label = $request->post('tag');
|
||||
$tag->entity = $entity;
|
||||
$tag->status = Tag::ACTIVE_STATUS;
|
||||
$tag->slug = Slug::createSlug($request->post('tag'), $model);
|
||||
$tag->save();
|
||||
|
Reference in New Issue
Block a user