diff --git a/app/Models/LocatorInvoiceValidation.php b/app/Models/LocatorInvoiceValidation.php new file mode 100644 index 000000000..2b57cba3d --- /dev/null +++ b/app/Models/LocatorInvoiceValidation.php @@ -0,0 +1,33 @@ +belongsTo(Plant::class); + } +}