Exemple #1
0
 /**
  * Get all normalized tags of a Model as a string in which the tags are delimited
  * by the character defined in config('taggable.delimiters').
  *
  * @return string
  */
 public function getTagListNormalizedAttribute()
 {
     return Util::makeTagList($this, 'normalized');
 }