Skip to content

Commit

Permalink
Remove unused middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Jan 17, 2024
1 parent da7e1a3 commit 06770da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
3 changes: 0 additions & 3 deletions config/cachet.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

use Cachet\Http\Middleware\HandleInertiaRequests;

return [

/*
Expand Down Expand Up @@ -60,7 +58,6 @@
*/
'middleware' => [
'web',
HandleInertiaRequests::class,
],

'api_middleware' => [
Expand Down
46 changes: 0 additions & 46 deletions src/Http/Middleware/HandleInertiaRequests.php

This file was deleted.

0 comments on commit 06770da

Please sign in to comment.