blob: aa20e9631f7690c7a8229197c4edacbe01a8ea85 [file] [log] [blame]
<?php
namespace Tightenco\Collect\Contracts\Support;
interface Htmlable
{
/**
* Get content as a string of HTML.
*
* @return string
*/
public function toHtml();
}