mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
fix: cloudflare command issue
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Database\Seeders;
|
||||
use Illuminate\Database\Seeder;
|
||||
use App\Models\ChampionRoles;
|
||||
use App\Models\Champion;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
|
||||
class ChampionRolesSeeder extends Seeder
|
||||
@@ -54,7 +55,7 @@ class ChampionRolesSeeder extends Seeder
|
||||
}
|
||||
}
|
||||
if ($changeCount > 0) {
|
||||
$this->call('cloudflare:purge');
|
||||
Artisan::call('cloudflare:purge');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user