mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
monitoring: Remove useless PHPDoc in the NotificationQuery
This commit is contained in:
parent
7621de8ec0
commit
0bcca651b2
@ -1,19 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
// {{{ICINGA_LICENSE_HEADER}}}
|
|
||||||
// {{{ICINGA_LICENSE_HEADER}}}
|
|
||||||
|
|
||||||
namespace Icinga\Module\Monitoring\Backend\Ido\Query;
|
namespace Icinga\Module\Monitoring\Backend\Ido\Query;
|
||||||
|
|
||||||
/**
|
|
||||||
* Notification query
|
|
||||||
*/
|
|
||||||
class NotificationQuery extends IdoQuery
|
class NotificationQuery extends IdoQuery
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* Column map
|
|
||||||
*
|
|
||||||
* @var array
|
|
||||||
*/
|
|
||||||
protected $columnMap = array(
|
protected $columnMap = array(
|
||||||
'notification' => array(
|
'notification' => array(
|
||||||
'notification_output' => 'n.output',
|
'notification_output' => 'n.output',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user