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