mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
refactor: Naming parameters
This commit is contained in:
@@ -1134,7 +1134,7 @@ class Deletes extends Action
|
||||
* @throws Exception
|
||||
* @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);
|
||||
if ($project->getId() === 'console') {
|
||||
|
||||
Reference in New Issue
Block a user