structure market tax
This commit is contained in:
20
app/Models/Jobs/JobProcessCorpJournal.php
Normal file
20
app/Models/Jobs/JobProcessCorpJournal.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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