摘要: laravel 中实现注解注入 创建注解类 <?php declare(strict_types=1); namespace App\Support\Attributes; #[\Attribute(\Attribute::TARGET_PROPERTY)] readonly class Injec 阅读全文
posted @ 2024-10-16 14:32 guanguans 阅读(32) 评论(0) 推荐(0)