1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

fix model

This commit is contained in:
Damodar Lohani 2022-10-31 07:27:43 +00:00
parent 4086ba93ad
commit 67113971d9

View file

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