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
Edit: Delay.php
<?php namespace Illuminate\Queue\Attributes; use Attribute; #[Attribute(Attribute::TARGET_CLASS)] class Delay { /** * Create a new attribute instance. * * @param int $delay Seconds to delay the job for. */ public function __construct(public int $delay) { // } }
Simpan