Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
patrickbrouwers authored and StyleCIBot committed Nov 24, 2021
1 parent bf70c6d commit 891c21d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
use Illuminate\Support\Facades\Route;
use Maatwebsite\LaravelNovaExcel\Http\Controllers\ExcelController;

Route
::get('download', [ExcelController::class, 'download'])
Route::get('download', [ExcelController::class, 'download'])
->name('laravel-nova-excel.download')
->middleware(ValidateSignature::class);

0 comments on commit 891c21d

Please sign in to comment.