belongsTo(Plant::class); } public function testingPanelReadings() { return $this->hasMany(TestingPanelReading::class); } }