This commit is contained in:
EwelinaLasowy
2022-05-17 15:05:28 +02:00
parent 35247cbabe
commit 4162dd3d67
7 changed files with 9 additions and 10 deletions

View File

@@ -51,7 +51,7 @@ class GiveKeysTo extends SignatureHandler
$key->notify(new KeyHasBeenGivenNotification($authUser, $user));
return $this->respondToSlack(
__(":white_check_mark: Key no. :key has been given to <@:user>", ["key"=>$key->id, "user" => $user->profile->slack_id])
__(":white_check_mark: Key no. :key has been given to <@:user>", ["key" => $key->id, "user" => $user->profile->slack_id]),
);
}