Skip to content

Commit f37b0dc

Browse files
committed
fix: load signers every time
Signed-off-by: Vitor Mattos <[email protected]>
1 parent e117560 commit f37b0dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Service/FileService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ private function loadSigners(): void {
355355
return;
356356
}
357357

358-
if (!$this->options->isValidateFile() || !$this->file instanceof File) {
358+
if (!$this->file instanceof File) {
359359
return;
360360
}
361361

0 commit comments

Comments
 (0)