forked from wallabag/wallabag
Fix CS
This commit is contained in:
@ -84,7 +84,7 @@ class Tag
|
||||
*/
|
||||
public function setLabel($label)
|
||||
{
|
||||
$this->label = mb_convert_case($label, MB_CASE_LOWER);
|
||||
$this->label = mb_convert_case($label, \MB_CASE_LOWER);
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user