convertToHtml($this->text); } /** * Get all of the owning noteable models. Currently only piggy bank */ public function noteable() { return $this->morphTo(); } }