Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update apps/workflowengine/lib/Manager.php
Co-authored-by: Arthur Schiwon <[email protected]>
Signed-off-by: Michiel de Jong <[email protected]>
  • Loading branch information
michielbdejong and blizzz authored Nov 30, 2023
commit 74c1204c89b9a45d7ae15ed77b0d22293e31d9cf
2 changes: 1 addition & 1 deletion apps/workflowengine/lib/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ protected function getBuildInChecks(): array {
$this->container->query(FileName::class),
$this->container->query(FileSize::class),
$this->container->query(FileSystemTags::class),
$this->container->query(MfaVerified::class),
$this->container->get(MfaVerified::class),
$this->container->query(RequestRemoteAddress::class),
$this->container->query(RequestTime::class),
$this->container->query(RequestURL::class),
Expand Down