hasMany(Stock::class, 'location_id'); } public function movements(): mixed { return $this->hasMany(StockMovement::class, 'location_id'); } }