Add export data lelong

This commit is contained in:
Amir
2022-11-16 06:55:06 +08:00
parent 9cd6f0f64a
commit fa89519762
4 changed files with 82 additions and 3 deletions
+8 -3
View File
@@ -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.