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