File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Queue/Attributes
Upload
[..]
Delay.php (312 B)
Edit
Rename
Del
DeleteWhenMissingModels.php (142 B)
Edit
Rename
Del
Tries.php (281 B)
Edit
Rename
Del
UniqueFor.php (340 B)
Edit
Rename
Del
Edit: UniqueFor.php
<?php namespace Illuminate\Queue\Attributes; 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) { // } }
Simpan