added Log class use to all jobs

This commit is contained in:
2019-05-15 07:15:16 -05:00
parent a9e338ba72
commit 490714f5c0
3 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ use Illuminate\Queue\SerializesModels;
use Illuminate\Queue\InteractsWithQueue; use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable; use Illuminate\Foundation\Bus\Dispatchable;
use Log;
//App Library //App Library
use App\Library\Finances\Helper\FinanceHelper; use App\Library\Finances\Helper\FinanceHelper;

View File

@@ -8,6 +8,7 @@ use Illuminate\Queue\SerializesModels;
use Illuminate\Queue\InteractsWithQueue; use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable; use Illuminate\Foundation\Bus\Dispatchable;
use Log;
//App Library //App Library
use App\Library\Finances\Helper\FinanceHelper; use App\Library\Finances\Helper\FinanceHelper;

View File

@@ -8,6 +8,7 @@ use Illuminate\Queue\SerializesModels;
use Illuminate\Queue\InteractsWithQueue; use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable; use Illuminate\Foundation\Bus\Dispatchable;
use Log;
//Seat stuff //Seat stuff
use Seat\Eseye\Configuration; use Seat\Eseye\Configuration;