From 1be556b4d591b8c101b92587e39c9dd44ed7483b Mon Sep 17 00:00:00 2001 From: HouraisanNEET <75371007+HouraisanNEET@users.noreply.github.com> Date: Tue, 6 Apr 2021 19:31:04 +0800 Subject: [PATCH] Update bootstrap.rst Syntax fix --- developer_manual/app_development/bootstrap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app_development/bootstrap.rst b/developer_manual/app_development/bootstrap.rst index 2cff7b506..d8f92a86b 100644 --- a/developer_manual/app_development/bootstrap.rst +++ b/developer_manual/app_development/bootstrap.rst @@ -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);