Scoped.php 128 B

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