Singleton.php 131 B

12345678910
  1. <?php
  2. namespace Illuminate\Container\Attributes;
  3. use Attribute;
  4. #[Attribute(Attribute::TARGET_CLASS)]
  5. final class Singleton
  6. {
  7. }