removed job model for corp journal as it was never used
This commit is contained in:
@@ -1,20 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
namespace App;
|
|
||||||
|
|
||||||
use Illuminate\Database\Eloquent\Model;
|
|
||||||
|
|
||||||
class JobProcessCorpJournal extends Model
|
|
||||||
{
|
|
||||||
//No table name is needed
|
|
||||||
|
|
||||||
//Timestamps
|
|
||||||
public $timestamps = false;
|
|
||||||
|
|
||||||
protected $fillable = [
|
|
||||||
'division',
|
|
||||||
'charId',
|
|
||||||
'corpId',
|
|
||||||
'page',
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user