File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Console/Attributes
Upload
[..]
Description.php (307 B)
Edit
Rename
Del
Signature.php (371 B)
Edit
Rename
Del
Usage.php (316 B)
Edit
Rename
Del
Edit: Usage.php
<?php namespace Illuminate\Console\Attributes; use Attribute; #[Attribute(Attribute::TARGET_CLASS | Attribute::IS_REPEATABLE)] class Usage { /** * Create a new attribute instance. * * @param string $usage */ public function __construct(public string $usage) { // } }
Simpan