commands update

This commit is contained in:
2018-12-06 18:31:50 -06:00
parent fc4b6beafc
commit 5e536faaec

View File

@@ -51,7 +51,7 @@ class DumpFleets extends Command
$job->save();
//Dump all fleets from the table to start a new day
DB::table('fleets')->delete();
DB::table('Fleets')->delete();
//Mark the job as finished
$task->SetStopStatus();