Passed
Push — feature/job-summary-hr ( 48f600...5614ce )
by Tristan
09:50
created
routes/web.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -545,7 +545,7 @@
 block discarded – undo
545 545
                 Route::get('job-index', 'JobController@hrIndex')->name('hr_advisor.jobs.index');
546 546
 
547 547
                 Route::middleware(['auth', 'role:hr_advisor'])->group(function (): void {
548
-                     Route::get('jobs/{job}/summary', 'JobSummaryController@show')
548
+                        Route::get('jobs/{job}/summary', 'JobSummaryController@show')
549 549
                         ->middleware('can:view,job')
550 550
                         ->name('hr_advisor.jobs.summary')
551 551
                         ->where('jobPoster', '[0-9]+');
Please login to merge, or discard this patch.