belongsTo(Plant::class); } public function guardPatrolEntries() { return $this->hasMany(GuardPatrolEntry::class, 'guard_name_id', 'id'); } }