IsActive::class, 'sort_order' => 'integer', ]; } public function classification(): BelongsTo { return $this->belongsTo(Classification::class); } }