From 843832bcb05a009d5d587c0804e73aecc3815af8 Mon Sep 17 00:00:00 2001 From: drkthunder02 Date: Thu, 13 Dec 2018 01:48:23 -0600 Subject: [PATCH] finance helper model update --- app/Library/FinanceHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Library/FinanceHelper.php b/app/Library/FinanceHelper.php index ca9c34fed..70720a4e0 100644 --- a/app/Library/FinanceHelper.php +++ b/app/Library/FinanceHelper.php @@ -13,7 +13,7 @@ use App\Models\Esi\EsiScope; use App\Models\Esi\EsiToken; use App\Models\Corporation\CorpJournal; use App\Models\User\UserToCorporation; -use App\Models\Finances\PlayerDonationJourna; +use App\Models\Finances\PlayerDonationJournal; use App\Library\Esi;