mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Lint
This commit is contained in:
parent
842dce2659
commit
6410e481d6
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue