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