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

namespace IlluminateQueueAttributes;

use 
Attribute;

#[Attribute(Attribute::TARGET_CLASS)]
class UniqueFor
{
    
/**
     * Create a new attribute instance.
     *
     * @param  int  $uniqueFor  Seconds to consider the queueable unique for.
     */
    
public function __construct(public int $uniqueFor)
    {
        
//
    
}
}
Онлайн: 0
Реклама