Exemplo n.º 1
0
 public static function buscar($item_id)
 {
     return TextoHtml::where('item_id', $item_id)->first();
 }
Exemplo n.º 2
0
 public function html()
 {
     return TextoHtml::where('item_id', $this->id)->first();
 }