관리-도구
편집 파일: SelfBuilding.php
<?php namespace Illuminate\Contracts\Container; /** * @method static newInstance(): static */ interface SelfBuilding { }