fix(route): typo
This commit is contained in:
parent
508d0c5cb2
commit
e301e05bd2
@ -54,7 +54,7 @@
|
||||
});
|
||||
|
||||
Route::prefix('dashboard')->name('studio.dashboard.')->group(function () {
|
||||
Route::get('/overview', OverviewComponent::class)->name('overview')->mviewiddleware('can:view studio overview');
|
||||
Route::get('/overview', OverviewComponent::class)->name('overview')->middleware('can:view studio overview');
|
||||
Route::get('/analysis', AnalysisComponent::class)->name('analysis')->middleware('can:view analysis');
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user