/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
src/Illuminate/Queue/Attributes/WithoutRelations.php
11 строк
164 B
Luke Kuzmish
[10.x] Can apply WithoutRelations to entire class (#48068)
15 авг 2023, 01:39
Не верифицирован
15 авг 2023, 01:39
c1e6281
Код
Авторство
О чём код?
<?php namespace Illuminate\Queue\Attributes; use Attribute; #[Attribute(Attribute::TARGET_CLASS | Attribute::TARGET_PROPERTY)] class WithoutRelations { // }