ObjectTabs: cosmetics

This commit is contained in:
Thomas Gelf 2017-08-17 00:01:56 +02:00
parent 75181ea7a2
commit 78ab1fa120
1 changed files with 2 additions and 2 deletions

View File

@ -20,10 +20,10 @@ class ObjectTabs extends Tabs
/** @var IcingaObject $object */
private $object;
private $allowedExternals = array(
private $allowedExternals = [
'apiuser',
'endpoint'
);
];
public function __construct($type, Auth $auth, IcingaObject $object = null)
{