removed model for asset job
This commit is contained in:
@@ -11,7 +11,7 @@ use App\Jobs\Library\JobHelper;
|
|||||||
use App\Library\Esi\Esi;
|
use App\Library\Esi\Esi;
|
||||||
use Seat\Eseye\Exceptions\RequestFailedException;
|
use Seat\Eseye\Exceptions\RequestFailedException;
|
||||||
|
|
||||||
use App\Models\Jobs\JobProcessAsset;
|
//Models
|
||||||
use App\Models\Jobs\JobStatus;
|
use App\Models\Jobs\JobStatus;
|
||||||
use App\Models\Stock\Asset;
|
use App\Models\Stock\Asset;
|
||||||
|
|
||||||
|
|||||||
@@ -1,20 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace App\Models\Jobs;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
class JobProcessAsset extends Model
|
|
||||||
{
|
|
||||||
//no table name is needed
|
|
||||||
|
|
||||||
//Timestamps
|
|
||||||
public $timestamps = false;
|
|
||||||
|
|
||||||
protected $fillable = [
|
|
||||||
'charId',
|
|
||||||
'corpId',
|
|
||||||
'page',
|
|
||||||
'esi',
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user