*/ public function portfolioCase(): BelongsTo { return $this->belongsTo(PortfolioCase::class); } /** * @return array */ protected function casts(): array { return [ 'sort_order' => 'integer', ]; } }