Updated to v1.7.3

This commit is contained in:
Henry Whitaker
2020-07-03 12:15:02 +01:00
parent 6516e43a2a
commit c5b9e6adc5
397 changed files with 28210 additions and 5117 deletions

View File

@@ -98,7 +98,7 @@ class SpeedtestController extends Controller
public function run()
{
try {
$data = SpeedtestJob::dispatch();
$data = SpeedtestJob::dispatch(false);
return response()->json([
'method' => 'run speedtest',
'data' => 'a new speedtest has been added to the queue'