Updated fillable values within single quote instead of double quote and commented unused line
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled
This commit is contained in:
@@ -10,15 +10,17 @@ class InvoiceOutValidation extends Model
|
|||||||
{
|
{
|
||||||
use SoftDeletes;
|
use SoftDeletes;
|
||||||
|
|
||||||
|
// protected $dates = ['deleted_at'];
|
||||||
|
|
||||||
protected $fillable = [
|
protected $fillable = [
|
||||||
"plant_id",
|
'plant_id',
|
||||||
"qr_code",
|
'qr_code',
|
||||||
"scanned_at",
|
'scanned_at',
|
||||||
"scanned_by",
|
'scanned_by',
|
||||||
"created_at",
|
'created_at',
|
||||||
"created_by",
|
'created_by',
|
||||||
"updated_by",
|
'updated_by',
|
||||||
"updated_at"
|
'updated_at',
|
||||||
];
|
];
|
||||||
|
|
||||||
public function plant(): BelongsTo
|
public function plant(): BelongsTo
|
||||||
|
|||||||
Reference in New Issue
Block a user