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