This commit is contained in:
2019-05-13 23:21:40 -05:00
parent 98ee6f5206
commit a0dbfbd2b4
4 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace Jobs\Library;
namespace App\Jobs\Library;
//Inertnal Libraries
use DB;

View File

@@ -11,6 +11,7 @@ use Illuminate\Foundation\Bus\Dispatchable;
//App Library
use App\Library\Finances\Helper\FinanceHelper;
use App\Jobs\Library;
//App Models
use App\Models\Jobs\JobProcessWalletJournal;

View File

@@ -11,6 +11,7 @@ use Illuminate\Foundation\Bus\Dispatchable;
//App Library
use App\Library\Finances\Helper\FinanceHelper;
use App\Jobs\Library;
//App Models
use App\Models\Jobs\JobProcessWalletTransaction;

View File

@@ -15,6 +15,8 @@ use Seat\Eseye\Containers\EsiAuthentication;
use Seat\Eseye\Eseye;
use Seat\Eseye\Exceptions\RequestFailedException;
use App\Jobs\Library;
//Models
use App\Models\Esi\EsiScope;
use App\Models\Esi\EsiToken;