update bug daashboards
This commit is contained in:
13
vendor/knuckleswtf/scribe/camel/Output/Parameter.php
vendored
Normal file
13
vendor/knuckleswtf/scribe/camel/Output/Parameter.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Knuckles\Camel\Output;
|
||||
|
||||
class Parameter extends \Knuckles\Camel\Extraction\Parameter
|
||||
{
|
||||
public array $__fields = [];
|
||||
|
||||
public function toArray(): array
|
||||
{
|
||||
return $this->except('__fields');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user