* Remove the strong typing of the delete method.
This commit is contained in:
@@ -308,7 +308,7 @@ class testsuiteModel extends model
|
||||
* @access public
|
||||
* @return bool
|
||||
*/
|
||||
public function delete(int $suiteID, string $table = ''): bool
|
||||
public function delete($suiteID, $table = '')
|
||||
{
|
||||
parent::delete(TABLE_TESTSUITE, $suiteID);
|
||||
$this->dao->delete()->from(TABLE_SUITECASE)->where('suite')->eq($suiteID)->exec();
|
||||
|
||||
Reference in New Issue
Block a user