Merge branch 'fix-provider-model' into feat-graphql-support

This commit is contained in:
Jake Barnby
2022-10-28 11:30:15 +13:00
@@ -10,7 +10,7 @@ class Provider extends Model
/**
* @var bool
*/
protected $public = false;
protected bool $public = false;
public function __construct()
{