libresign/bkp/signer/appinfo/app.php
Vitor Mattos ce1c08ce26 backup
2021-01-07 13:57:24 -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);