Preview: Renderable.php
Size: 197 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Contracts/Support/Renderable.php
<?php
namespace Illuminate\Contracts\Support;
interface Renderable
{
/**
* Get the evaluated contents of the object.
*
* @return string
*/
public function render();
}
Directory Contents
Dirs: 0 × Files: 11