Current Directory: /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Support
Viewing File: /opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Support/Renderable.php
<?php
namespace RectorPrefix202411\Illuminate\Contracts\Support;
interface Renderable
{
/**
* Get the evaluated contents of the object.
*
* @return string
*/
public function render();
}