Update bootstrap.rst

Syntax fix
This commit is contained in:
HouraisanNEET
2021-04-06 19:31:04 +08:00
committed by GitHub
parent 6494caed62
commit 1be556b4d5

View File

@@ -138,6 +138,6 @@ class and query an instance like
declare(strict_types=1);
// Register the composer autoloader for packages shipped by this app, if applicable
@include_once __DIR__ . '/../vendor/autoload.php'
@include_once __DIR__ . '/../vendor/autoload.php';
$app = \OC::$server->query(\OCA\MyApp\AppInfo\Application::class);