coding style
This commit is contained in:
@@ -55,6 +55,7 @@ class Item extends LavaryMenuItem
|
||||
if (strstr($this->title, 'circle-o')) {
|
||||
$this->title = str_replace('fa-circle-o', 'fa-dot-circle-o', $this->title);
|
||||
}
|
||||
|
||||
// dump($this);
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user