Passed
Push — task/add-applicants-and-applic... ( ccf843...787b70 )
by Tristan
04:10
created
routes/web.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -773,8 +773,8 @@
 block discarded – undo
773 773
                     ->middleware('can:downloadApplicants,jobPoster')
774 774
                     ->name('admin.jobs.download.applicants');
775 775
 
776
-                 /* View Applicant Profile */
777
-                 Route::get('applicants/{applicant}', 'ApplicantProfileController@profile')
776
+                    /* View Applicant Profile */
777
+                    Route::get('applicants/{applicant}', 'ApplicantProfileController@profile')
778 778
                     ->middleware('can:view,applicant')
779 779
                     ->name('admin.applicants.profile');
780 780
             }
Please login to merge, or discard this patch.