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

namespace IlluminateQueueAttributes;

use 
Attribute;

#[Attribute(Attribute::TARGET_CLASS)]
class Tries
{
    
/**
     * Create a new attribute instance.
     *
     * @param  int  $tries
     */
    
public function __construct(public int $tries)
    {
        
//
    
}
}
Онлайн: 0
Реклама