Skip to content

Commit

Permalink
fix missing declare variable
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Tanganelli <lorenzo.tanganelli@hotmail.it>
  • Loading branch information
tanganellilore committed Jun 19, 2023
1 parent b83a752 commit ff8197a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/theming/lib/ThemingDefaults.php
Expand Up @@ -71,6 +71,7 @@ class ThemingDefaults extends \OC_Defaults {
private string $productName;
private string $url;
private string $color;
private string $docBaseUrl;

private string $iTunesAppId;
private string $iOSClientUrl;
Expand Down

0 comments on commit ff8197a

Please sign in to comment.