mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #6096 from andristeiner/patch-2
fix PHP syntax in boostrap example
This commit is contained in:
@@ -76,7 +76,7 @@ The class **must** extend ``OCP\AppFramework\App`` and may optionally implement
|
||||
// ... boot logic goes here ...
|
||||
|
||||
/** @var IManager $manager */
|
||||
$manager = $context->getAppContainer()->query(IManager::class)
|
||||
$manager = $context->getAppContainer()->query(IManager::class);
|
||||
$manager->registerNotifierService(Notifier::class);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user