This commit is contained in:
Jake Barnby 2025-08-21 18:29:39 +12:00
parent 842dce2659
commit 6410e481d6
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -31,8 +31,7 @@ class BaseList extends Model
string $model,
bool $paging = true,
bool $public = true
)
{
) {
$this->name = $name;
$this->type = $type;
$this->public = $public;