side_menu/appinfo/app.php
2020-08-13 11:21:06 +02:00

11 lines
158 B
PHP

<?php
use OCA\SideMenu\AppInfo\Application;
$app = new Application();
if ($app->isEnabled()) {
$app->registerAssets();
$app->registerServices();
}