Skip to content

Commit

Permalink
#181: Fixed implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
tuj committed Jan 4, 2024
1 parent 52ccc53 commit 9efe11e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 365 deletions.
1 change: 0 additions & 1 deletion src/Controller/SprintReportController.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public function __construct(
#[Route('/', name: 'app_sprint_report')]
public function index(Request $request): Response
{

$reportData = null;
$sprintReportFormData = new SprintReportFormData();

Expand Down
Loading

0 comments on commit 9efe11e

Please sign in to comment.