mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 14:59:16 +01:00
bump to php 8
This commit is contained in:
@@ -30,6 +30,6 @@ class QueueSpeedtest implements ActionInterface
|
||||
{
|
||||
SettingsHelper::loadIntegrationConfig();
|
||||
|
||||
SpeedtestJob::dispatch(false, config('integrations'), $this->speedtestProvider);
|
||||
SpeedtestJob::dispatch($this->speedtestProvider, false, config('integrations'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user