<?php

namespace ECSPrefix202510\Illuminate\Contracts\Container;

/**
 * @method static newInstance(): static
 */
interface SelfBuilding
{
}
