Fix syntax error

This commit is contained in:
Matej Bačo
2026-03-24 11:29:24 +01:00
parent bb7815bd57
commit e5841c4cc0
2 changed files with 8 additions and 8 deletions
@@ -30,12 +30,12 @@ class PlatformApp extends PlatformBase
];
}
public array $conditions = [
'type' => self::getSupportedTypes(),
];
public function __construct()
{
$this->conditions = [
'type' => self::getSupportedTypes(),
];
parent::__construct();
$this
@@ -19,12 +19,12 @@ class PlatformWeb extends PlatformBase
];
}
public array $conditions = [
'type' => self::getSupportedTypes(),
];
public function __construct()
{
$this->conditions = [
'type' => self::getSupportedTypes(),
];
parent::__construct();
$this