mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-02-16 04:48:41 +00:00
table test and bug style fixes
This commit is contained in:
parent
63903a9d78
commit
bbb90428fc
|
|
@ -92,7 +92,7 @@ class Report implements \JsonSerializable
|
|||
/**
|
||||
* Report source.
|
||||
*
|
||||
* @var int
|
||||
* @var int|\Modules\Media\Models\Collection
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $source = 0;
|
||||
|
|
@ -281,6 +281,11 @@ class Report implements \JsonSerializable
|
|||
return $this->source;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function toArray() : array
|
||||
{
|
||||
return [
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user