/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
tests/Console/Fixtures/JobToTestWithSchedule.php
11 строк
185 B
Alexander Zhuravlev
Name of job set by displayName() must be honoured by Schedule (#51038)
12 апр 2024, 16:33
Не верифицирован
12 апр 2024, 16:33
5f5484f
Код
Авторство
О чём код?
<?php declare(strict_types=1); namespace Illuminate\Tests\Console\Fixtures; use Illuminate\Contracts\Queue\ShouldQueue; final class JobToTestWithSchedule implements ShouldQueue { }