예제 #1
0
 /**
  * {@inheritdoc}
  */
 protected function refreshServices()
 {
     parent::refreshServices();
     $this->database = $this->container->get('database');
 }