libresign/appinfo/app.php
2021-01-07 13:58:23 -03:00

6 lines
245 B
PHP

<?php
if (false === (@include_once __DIR__.'/../vendor/autoload.php')) {
throw new Exception('Cannot include autoload. Did you run install dependencies using composer?');
}
$app = \OC::$server->query(OCA\Signer\AppInfo\Application::class);