v.0.1
This commit is contained in:
13
vendor/illuminate/contracts/Support/Htmlable.php
vendored
Normal file
13
vendor/illuminate/contracts/Support/Htmlable.php
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Illuminate\Contracts\Support;
|
||||
|
||||
interface Htmlable
|
||||
{
|
||||
/**
|
||||
* Get content as a string of HTML.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function toHtml();
|
||||
}
|
Reference in New Issue
Block a user