Commit 353ca2ff authored by Tobias Munk's avatar Tobias Munk

removed debug code

parent 3ec50ab5
......@@ -69,9 +69,8 @@ class WidgetContainer extends Widget
public function getMenuItems()
{
// todo, register FA-asset from asset bundle
AssetBundle::register($this->view);
$createIcon = (string) FA::icon('home');
var_dump($createIcon);
return [
[
'label' => FA::icon(FA::_PLUS_SQUARE).' <b>'.$this->id.'</b> <span class="label label-info">widget</span>',
......
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