/
home
/
sjslayjy
/
public_html
/
sag_latest
/
vendor
/
nunomaduro
/
collision
/
src
/
Contracts
/
Upload File
HOME
<?php namespace NunoMaduro\Collision\Contracts; use Whoops\Exception\Frame; interface RenderableOnCollisionEditor { /** * Returns the frame to be used on the Collision Editor. */ public function toCollisionEditor(): Frame; }