Skip to content

Commit

Permalink
Update ExaminationStudentsController.php
Browse files Browse the repository at this point in the history
  • Loading branch information
HarindaVithana authored Mar 9, 2022
1 parent 2bb99a2 commit 916ea01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/ExaminationStudentsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ public function downloadErrors()
public function downloadProcessedFile()
{

$file_path = storage_path() . '/app/examination/student_data_with_nsid.1628499466.csv';
$file_path = storage_path() . '/app/examination/student_data_with_nsid.1628499466.csv'; //hard coded file name
return Response::download($file_path);
}
}

0 comments on commit 916ea01

Please sign in to comment.