mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-17 01:38:41 +00:00
Unit test fixes
This commit is contained in:
parent
8a8e998953
commit
6ad32d2789
|
|
@ -98,8 +98,6 @@ class MediaMapper extends DataMapperAbstract
|
||||||
|
|
||||||
$this->db->con->prepare($query->toSql())->execute();
|
$this->db->con->prepare($query->toSql())->execute();
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
var_dump($e);
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user