diff --git a/app/Console/Commands/Finances/SovBills.php b/app/Console/Commands/Finances/SovBills.php index 89a10c0b3..e64b7397d 100644 --- a/app/Console/Commands/Finances/SovBills.php +++ b/app/Console/Commands/Finances/SovBills.php @@ -72,6 +72,7 @@ class SovBillsCommand extends Command $sovBill = new SovBillExpenses; $esiHelper = new Esi; $finance = new FinanceHelper(); + $lookup = new LookupHelper; //Create the command helper container $task = new CommandHelper('SovBills');