Skip to content

Commit

Permalink
chore: Add type to APP_ID
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <[email protected]>
  • Loading branch information
artonge committed Jan 23, 2025
1 parent 0cd1c53 commit fa322bb
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 @@ -60,7 +60,7 @@
use Psr\Log\LoggerInterface;

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

public function __construct(array $urlParams = []) {
parent::__construct(self::APP_ID, $urlParams);
Expand Down

0 comments on commit fa322bb

Please sign in to comment.