orderBy("id") ->get() ->map(fn(Key $key) => "Klucz nr {$key->id} - <@{$key->user->profile->slack_id}>"); return $this->respondToSlack("Lista kluczy") ->withAttachment( Attachment::create() ->setColor('#3C5F97') ->setText($keys->implode("\n")) ); } }