mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
refactor: Naming parameters
This commit is contained in:
parent
18ca583df8
commit
d62d5662f6
1 changed files with 1 additions and 1 deletions
|
|
@ -1134,7 +1134,7 @@ class Deletes extends Action
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
* @throws Throwable
|
* @throws Throwable
|
||||||
*/
|
*/
|
||||||
public function deleteTeams($dbForConsole, $getProjectDB, $team, $project): void
|
public function deleteTeams(Database $dbForConsole, callable $getProjectDB, Document $team, Document $project): void
|
||||||
{
|
{
|
||||||
$this->deleteMemberships($getProjectDB, $team, $project);
|
$this->deleteMemberships($getProjectDB, $team, $project);
|
||||||
if ($project->getId() === 'console') {
|
if ($project->getId() === 'console') {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue