Vous êtes connecté en tant que anonymous Se Deconnecter
vendor/illuminate/contracts/Support/Renderable.php
4f5a31d2
 <?php
 
 namespace Illuminate\Contracts\Support;
 
 interface Renderable
 {
     /**
      * Get the evaluated contents of the object.
      *
      * @return string
      */
     public function render();
 }