proofdb/vendor/illuminate/container/Attributes/Scoped.php
2026-05-01 23:40:14 +08:00

11 lines
128 B
PHP

<?php
namespace Illuminate\Container\Attributes;
use Attribute;
#[Attribute(Attribute::TARGET_CLASS)]
final class Scoped
{
}