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