1
0
forked from poc/pds

Merge pull request 'Added created_at and updated_at column on model file' (#404) from ranjith-dev into master

Reviewed-on: poc/pds#404
This commit is contained in:
2026-02-26 03:21:17 +00:00

View File

@@ -33,6 +33,8 @@ class InvoiceValidation extends Model
'operator_id',
'created_by',
'updated_by',
'created_at',
'updated_at',
];
public function plant(): BelongsTo