2023-05-16 10:50:42 +08:00

6 lines
138 B
PHP

<?php
public function create($executionID = 0, $bugID = 0)
{
return $this->loadExtension('feedback')->create($executionID, $bugID);
}