Skip to content

Commit

Permalink
fix: pint
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Oct 10, 2023
1 parent a821170 commit 3821ec1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@
Route::get('/vote/{id}', 'show')->name('vote.show');
});


Route::controller(FeedbackController::class)->group(function () {
Route::get('/feedback', 'create')->name('feedback');
Route::post('/feedback/store', 'store')->name('feedback.store');
Expand Down

0 comments on commit 3821ec1

Please sign in to comment.