SelfBuilding.php 125 B

12345678910
  1. <?php
  2. namespace Illuminate\Contracts\Container;
  3. /**
  4. * @method static newInstance(): static
  5. */
  6. interface SelfBuilding
  7. {
  8. }