Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIII committed Apr 26, 2024
1 parent 1687a5c commit 83122f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/Http/Controllers/BtcPaymentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use Illuminate\Http\Request;
use Illuminate\Http\Response;
use Illuminate\Support\Facades\Log;
use Spatie\Permission\Models\Role;

class BtcPaymentController extends BasePageController
{
Expand Down
1 change: 0 additions & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@

Route::post('filelist/{guid}', [FileListController::class, 'show']);


Route::get('series/{id?}', [SeriesController::class, 'index'])->name('series');

Route::post('series/{id?}', [SeriesController::class, 'index'])->name('series');
Expand Down

0 comments on commit 83122f9

Please sign in to comment.