fix: [console:TrainingShell] Typo in authkey condition

pull/9305/head
Sami Mokaddem 2023-09-28 11:44:10 +02:00
parent feb01fae09
commit 769c6e10c3
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ class TrainingShell extends AppShell {
public function WipeAllAuthkeys()
{
$this->Authkey->deleteAll(['Authkey.id !=' => 0]);
$this->Authkey->deleteAll(['AuthKey.id !=' => 0]);
}
private function __createOrgFromBlueprint($id)