mirror of https://github.com/sualko/cloud_bbb
8 lines
219 B
PHP
8 lines
219 B
PHP
|
<?php
|
||
|
|
||
|
namespace OCA\BigBlueButton\AppInfo;
|
||
|
|
||
|
if ((@include_once __DIR__ . '/../../vendor/autoload.php') === false) {
|
||
|
throw new \Exception('Cannot include autoload. Did you run install dependencies using composer?');
|
||
|
}
|