Commit e2bb9578 authored by Micheal Mand's avatar Micheal Mand

Fix missing typehint

parent 202c5c18
......@@ -16,7 +16,7 @@ trait TaggableTrait
return static::$tagsModel;
}
public static function setTagsModel($model)
public static function setTagsModel(string $model)
{
static::$tagsModel = $model;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment