diff --git a/app/Models/OcrValidation.php b/app/Models/OcrValidation.php new file mode 100644 index 0000000..f75c642 --- /dev/null +++ b/app/Models/OcrValidation.php @@ -0,0 +1,32 @@ +belongsTo(Plant::class); + } + + public function item(): BelongsTo + { + return $this->belongsTo(Item::class); + } +}