Fix type error

This commit is contained in:
Jake Barnby 2022-10-28 11:26:32 +13:00
parent eb31bfb78e
commit 9274ec6880
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -10,7 +10,7 @@ class Provider extends Model
/**
* @var bool
*/
protected $public = false;
protected bool $public = false;
public function __construct()
{