diff --git a/app/Models/InvoiceOutValidation.php b/app/Models/InvoiceOutValidation.php new file mode 100644 index 000000000..84e88bdcc --- /dev/null +++ b/app/Models/InvoiceOutValidation.php @@ -0,0 +1,28 @@ +belongsTo(Plant::class); + } +}