Added license_keys as permission

This commit is contained in:
snipe
2016-01-13 04:39:26 -08:00
parent a5e2e7e285
commit b16ea61da8
+7
View File
@@ -23,5 +23,12 @@ return array(
),
),
'Licenses' => array(
array(
'permission' => 'license_keys',
'label' => 'View License Keys',
),
),
);