Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
100.00% |
1 / 1 |
|
100.00% |
1 / 1 |
CRAP | |
100.00% |
2 / 2 |
| ParticipantPageController | |
100.00% |
1 / 1 |
|
100.00% |
1 / 1 |
1 | |
100.00% |
2 / 2 |
| index | |
100.00% |
1 / 1 |
1 | |
100.00% |
2 / 2 |
|||
| <?php | |
| namespace BristolSU\Module\UploadFile\Http\Controllers; | |
| class ParticipantPageController extends Controller | |
| { | |
| public function index() | |
| { | |
| $this->authorize('view-page'); | |
| return view('uploadfile::participant'); | |
| } | |
| } |