hasMany(StoreCategoryMap::class); } public function locations() { return $this->hasMany(StoreCapacity::class); } }