update bug daashboards
This commit is contained in:
24
vendor/knuckleswtf/scribe/camel/Extraction/Metadata.php
vendored
Normal file
24
vendor/knuckleswtf/scribe/camel/Extraction/Metadata.php
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
namespace Knuckles\Camel\Extraction;
|
||||
|
||||
use Knuckles\Camel\BaseDTO;
|
||||
|
||||
class Metadata extends BaseDTO
|
||||
{
|
||||
public ?string $groupName;
|
||||
|
||||
public ?string $groupDescription;
|
||||
|
||||
public ?string $subgroup;
|
||||
|
||||
public ?string $subgroupDescription;
|
||||
|
||||
public ?string $title;
|
||||
|
||||
public ?string $description;
|
||||
|
||||
public bool $authenticated = false;
|
||||
|
||||
public bool|string $deprecated = false;
|
||||
}
|
||||
Reference in New Issue
Block a user