mirror of
https://github.com/appwrite/appwrite
synced 2026-05-21 16:08:22 +00:00
Lint
This commit is contained in:
parent
010e0fad7a
commit
34cf5a7c2f
5 changed files with 5 additions and 5 deletions
|
|
@ -56,4 +56,4 @@ class Create extends DatabaseCreate
|
|||
->inject('queueForEvents')
|
||||
->callback($this->action(...));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -52,4 +52,4 @@ class Delete extends DatabaseDelete
|
|||
->inject('queueForStatsUsage')
|
||||
->callback($this->action(...));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -46,4 +46,4 @@ class Get extends DatabaseGet
|
|||
->inject('dbForProject')
|
||||
->callback($this->action(...));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -54,4 +54,4 @@ class Update extends DatabaseUpdate
|
|||
->inject('queueForEvents')
|
||||
->callback($this->action(...));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,4 +48,4 @@ class XList extends DatabaseXList
|
|||
->inject('dbForProject')
|
||||
->callback($this->action(...));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue