OwlCyberSecurity - MANAGER
Edit File: Batch.php
<?php class Batch extends Dataset { public function jsonSerialize() { return [ 'batches' => [ [ $this->label => $this->data ] ] ]; } }