mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Fix type error
This commit is contained in:
parent
eb31bfb78e
commit
9274ec6880
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ class Provider extends Model
|
|||
/**
|
||||
* @var bool
|
||||
*/
|
||||
protected $public = false;
|
||||
protected bool $public = false;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue