MOON
Server: Apache
System: Linux server1.quantilytics.org 3.10.0-1160.119.1.el7.tuxcare.els21.x86_64 #1 SMP Tue Jun 17 03:11:12 UTC 2025 x86_64
User: netwave (1071)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/netwave/.trash/vendor/nunomaduro/collision/src/Contracts/RenderableOnCollisionEditor.php
<?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;
}