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