Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Commit a04ef95

Browse files
committed
refactor: get request in backups form schedule
1 parent 40931c8 commit a04ef95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AppBundle/Controller/BackupController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ public function storeBackupAction(Request $request, EntityManagerInterface $em,
335335
* @throws ElementNotFoundException
336336
* @return Response
337337
*/
338-
public function getBackupsFromSchedule($scheduleId, EntityManagerInterface $em)
338+
public function getBackupsFromSchedule(Request $request, $scheduleId, EntityManagerInterface $em)
339339
{
340340
$count = $request->query->get('count');
341341

0 commit comments

Comments
 (0)