<?php
namespace Rawafed\NavigationBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class NavigationBundle extends Bundle
{
public function boot(){
//$dashboard = $this->container->get('admin.dashboard_manager');
//$dashboard->createFromYML(__DIR__.'/Resources/config/dashboard.yml');
}
}