mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-08 13:38:42 +00:00
fix tests incl. more tcpdf changes
This commit is contained in:
parent
76e590c43b
commit
95033c5171
|
|
@ -218,7 +218,9 @@ class MediaMapper extends DataMapperFactory
|
|||
->where('source', $id)
|
||||
->execute();
|
||||
|
||||
$query = new Builder(self::$db);
|
||||
$query = new Builder(self::$db);
|
||||
|
||||
/** @var array $result */
|
||||
$result = $query->count(self::TABLE)
|
||||
->where('media_relation_src', '=', $id)
|
||||
->execute()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user