Skip to content

Commit

Permalink
remove put
Browse files Browse the repository at this point in the history
  • Loading branch information
KatjaGlassConsulting committed Jul 15, 2024
1 parent a073488 commit 019092a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Controller/ApprovalController.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ public function deniedAction(Request $request, string $approveId): RedirectRespo

private function resetAllLaterApprovals($approvalIdArray, $date)
{
file_put_contents("C:/temp/blub.txt", "resetAllLaterApprovals" . "\n", FILE_APPEND);
foreach ($approvalIdArray as $approvalId) {
$this->createNewApproveHistory($approvalId, ApprovalStatus::NOT_SUBMITTED, 'Reset due to earlier approval cancellation (' . $date . ')');
}
Expand Down

0 comments on commit 019092a

Please sign in to comment.