*/ protected function casts(): array { return [ 'category_id' => 'integer', ]; } /** * Get the framework associated with the instruction. */ public function category() { return $this->belongsTo(Category::class); } }