vito/app/Jobs/LongJob.php
Saeed Vaziry 5c72f12490 init
2023-07-02 12:47:50 +02:00

9 lines
77 B
PHP
Executable File

<?php
namespace App\Jobs;
trait LongJob
{
public int $timeout = 600;
}