diff --git a/library/Icinga/Web/Announcement/AnnouncementIniRepository.php b/library/Icinga/Web/Announcement/AnnouncementIniRepository.php index c8ab5c8e8..7e01736e4 100644 --- a/library/Icinga/Web/Announcement/AnnouncementIniRepository.php +++ b/library/Icinga/Web/Announcement/AnnouncementIniRepository.php @@ -16,27 +16,15 @@ use Icinga\Web\Announcement; */ class AnnouncementIniRepository extends IniRepository { - /** - * {@inheritdoc} - */ protected $queryColumns = array('announcement' => array('id', 'author', 'message', 'hash', 'start', 'end')); - /** - * {@inheritdoc} - */ protected $triggers = array('announcement'); - /** - * {@inheritDoc} - */ protected $configs = array('announcement' => array( 'name' => 'announcements', 'keyColumn' => 'id' )); - /** - * {@inheritDoc} - */ protected $conversionRules = array('announcement' => array( 'start' => 'timestamp', 'end' => 'timestamp'