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

11 lines
131 B
PHP

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