Skip to content

Commit

Permalink
fix: declare types
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
  • Loading branch information
solracsf authored Jan 6, 2025
1 parent 2ddbb8e commit 9115374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
use OCP\Settings\IManager;

class Application extends App implements IBootstrap {
public const APP_ID = 'external';
public const string APP_ID = 'external';

public function __construct() {
parent::__construct(self::APP_ID);
Expand Down

0 comments on commit 9115374

Please sign in to comment.