From 5e536faaec9e7f30066271a69498e5906d95323c Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 6 Dec 2018 18:31:50 -0600 Subject: [PATCH] commands update --- app/Console/Commands/dumpFleets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/dumpFleets.php b/app/Console/Commands/dumpFleets.php index 5ee32d4d4..ca94f89b2 100644 --- a/app/Console/Commands/dumpFleets.php +++ b/app/Console/Commands/dumpFleets.php @@ -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();