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