Add export data lelong
This commit is contained in:
+8
-3
@@ -7,15 +7,20 @@ use Illuminate\Database\Eloquent\Model;
|
||||
class BatchLel extends Model
|
||||
{
|
||||
protected $table = 'batchlel';
|
||||
public $timestamps = false;
|
||||
|
||||
|
||||
/**
|
||||
* The attributes that are mass assignable.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
// protected $fillable = [
|
||||
|
||||
// ];
|
||||
protected $fillable = [
|
||||
'tarikh',
|
||||
'tarikh2',
|
||||
'batchno',
|
||||
'kodcaw'
|
||||
];
|
||||
|
||||
/**
|
||||
* The attributes excluded from the model's JSON form.
|
||||
|
||||
Reference in New Issue
Block a user