fix: ✏️ forgot strict mode on template
This commit is contained in:
parent
545b166a4d
commit
059a91cebb
@ -1,5 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
use OCA\AppTemplate\AppInfo\Application;
|
use OCA\AppTemplate\AppInfo\Application;
|
||||||
use OCP\Util;
|
use OCP\Util;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user