This commit is contained in:
Adrian Hopek
2022-04-25 13:36:40 +02:00
parent 54faa3460c
commit 160eb5f94b
14 changed files with 14 additions and 14 deletions

View File

@@ -32,4 +32,4 @@ class CatchAll extends BaseHandler
->setFields($attachmentFields),
);
}
}
}

View File

@@ -52,4 +52,4 @@ class DailySummary extends SignatureHandler
->withAttachment($remoteAttachment)
->withAttachment($birthdayAttachment);
}
}
}

View File

@@ -68,4 +68,4 @@ class GiveKeysTo extends SignatureHandler
"user.required" => "Musisz podać użytkownika, któremu chcesz przekazać klucze",
];
}
}
}

View File

@@ -30,4 +30,4 @@ class Help extends SignatureHandler
->setFields($attachmentFields),
);
}
}
}

View File

@@ -42,4 +42,4 @@ class HomeOffice extends SignatureHandler
"flow_skipped" => false,
], $user);
}
}
}

View File

@@ -28,4 +28,4 @@ class KeyList extends SignatureHandler
->setText($keys->isNotEmpty() ? $keys->implode("\n") : "Nie ma żadnych kluczy w tobym"),
);
}
}
}

View File

@@ -23,4 +23,4 @@ abstract class SignatureHandler extends BaseSignatureHandler
{
return [];
}
}
}

View File

@@ -67,4 +67,4 @@ class TakeKeysFrom extends SignatureHandler
"user.required" => "Musisz podać użytkownika, któremu chcesz zabrać klucze",
];
}
}
}