mirror of
https://github.com/nextcloud/documentation.git
synced 2026-04-13 06:17:21 +07:00
Merge pull request #5500 from nextcloud/backport/5453/stable20
[stable20] Do not suppress include_once errors for the composer autoloader
This commit is contained in:
@@ -64,7 +64,7 @@ The class **must** extend ``OCP\AppFramework\App`` and may optionally implement
|
||||
// ... registration logic goes here ...
|
||||
|
||||
// Register the composer autoloader for packages shipped by this app, if applicable
|
||||
@include_once __DIR__ . '/../../vendor/autoload.php'
|
||||
include_once __DIR__ . '/../../vendor/autoload.php'
|
||||
|
||||
$context->registerEventListener(
|
||||
BeforeUserDeletedEvent::class,
|
||||
|
||||
Reference in New Issue
Block a user