mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
Apply fixes from StyleCI
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| API Routes
|
||||
|
||||
@@ -13,7 +13,6 @@ use Illuminate\Support\Facades\Schedule;
|
||||
|
|
||||
*/
|
||||
|
||||
|
||||
Schedule::command('db:seed --force')->twiceDaily(1, 13)->timezone('Europe/Amsterdam');
|
||||
|
||||
Schedule::command('sitemap:generate')->weekly();
|
||||
|
||||
@@ -16,8 +16,8 @@ use App\Http\Requests\ContactSubmissionRequest;
|
||||
use App\Models\Champion;
|
||||
use App\Models\SummonerIcon;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
use Spatie\Sheets\Sheet;
|
||||
use Spatie\Honeypot\ProtectAgainstSpam;
|
||||
use Spatie\Sheets\Sheet;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user