mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-09 00:22:45 -04:00
DataView\Command: Fix method documentation
This commit is contained in:
parent
fa38998e3d
commit
172cf6b3c6
1 changed files with 1 additions and 3 deletions
|
|
@ -9,9 +9,7 @@ namespace Icinga\Module\Monitoring\DataView;
|
|||
class Command extends DataView
|
||||
{
|
||||
/**
|
||||
* Retrieve columns provided by this view
|
||||
*
|
||||
* @return array
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function getColumns()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue