/**
  * {@inheritDoc}
  */
 public function boot(Application $app)
 {
     $app->configure($app['root_dir'] . '/app/config/config.yml');
 }