/
githubmirror
/
framework
Обзор
Документация
Войти
/
githubmirror
/
framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
13.x
src/Illuminate/Contracts/Queue/ShouldQueueAfterCommit.php
8 строк
110 B
Mateus Guimarães
[10.x] Dispatch events based on a DB transaction result (#48705)
30 окт 2023, 03:59
Не верифицирован
30 окт 2023, 03:59
0525a88
Код
Авторство
О чём код?
<?php namespace Illuminate\Contracts\Queue; interface ShouldQueueAfterCommit extends ShouldQueue { // }