fix: [typo] organisations != oganisations

pull/92/head
iglocska 2021-11-25 00:02:16 +01:00
parent c2cefb4311
commit 033f6d7f97
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class UsersTable extends AppTable
'username' => 'admin',
'password' => 'Password1234',
'individual_id' => $individual->id,
'oganisation_id' => $organisation->id,
'organisation_id' => $organisation->id,
'role_id' => $role->id
]);
$this->save($user);