mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix syntax error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user