belongsTo(Organization::class, 'organization_id', 'id'); } public function rooms(){ return $this->hasMany(Room::class, 'building_id', 'id'); } }