/home/bdqbpbxa/api-uniferx.goodface.com.ua/vendor/laravel/nova/src/Contracts/BehavesAsPanel.php
<?php

namespace Laravel\Nova\Contracts;

interface BehavesAsPanel
{
    /**
     * Make current field behaves as panel.
     *
     * @return \Laravel\Nova\Panel
     */
    public function asPanel();
}