'json', ]; /** * Get the parent pointable model. */ public function pointable() { return $this->morphTo(); } }