@@ -33,16 +33,16 @@ |
||
| 33 | 33 | use OCP\AppFramework\Bootstrap\IRegistrationContext; |
| 34 | 34 | |
| 35 | 35 | class Application extends App implements IBootstrap { |
| 36 | - public const APP_ID = 'cloud_federation_api'; |
|
| 36 | + public const APP_ID = 'cloud_federation_api'; |
|
| 37 | 37 | |
| 38 | - public function __construct() { |
|
| 39 | - parent::__construct(self::APP_ID); |
|
| 40 | - } |
|
| 38 | + public function __construct() { |
|
| 39 | + parent::__construct(self::APP_ID); |
|
| 40 | + } |
|
| 41 | 41 | |
| 42 | - public function register(IRegistrationContext $context): void { |
|
| 43 | - $context->registerCapability(Capabilities::class); |
|
| 44 | - } |
|
| 42 | + public function register(IRegistrationContext $context): void { |
|
| 43 | + $context->registerCapability(Capabilities::class); |
|
| 44 | + } |
|
| 45 | 45 | |
| 46 | - public function boot(IBootContext $context): void { |
|
| 47 | - } |
|
| 46 | + public function boot(IBootContext $context): void { |
|
| 47 | + } |
|
| 48 | 48 | } |