Вход Регистрация
Файл: vendor/laravel/framework/src/Illuminate/Queue/Attributes/Timeout.php
Строк: 13
<?php

namespace IlluminateQueueAttributes;

use 
Attribute;

#[Attribute(Attribute::TARGET_CLASS)]
class Timeout
{
    
/**
     * Create a new attribute instance.
     *
     * @param  int  $timeout  Seconds before the job is considered timed out.
     */
    
public function __construct(public int $timeout)
    {
        
//
    
}
}
Онлайн: 0
Реклама