morphToMany(Environment::class, 'environmentable'); } public function destination() { return $this->morphTo(); } }