bump to php 8

This commit is contained in:
Henry Whitaker
2023-06-25 04:13:37 +01:00
parent 3955a2dad0
commit ba8fc9ec4c
6 changed files with 2608 additions and 1506 deletions

View File

@@ -30,6 +30,6 @@ class QueueSpeedtest implements ActionInterface
{
SettingsHelper::loadIntegrationConfig();
SpeedtestJob::dispatch(false, config('integrations'), $this->speedtestProvider);
SpeedtestJob::dispatch($this->speedtestProvider, false, config('integrations'));
}
}