mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
auto fixes
This commit is contained in:
parent
4b95814719
commit
0ff97e74ff
|
|
@ -20,7 +20,6 @@ use phpOMS\DataStorage\Database\Query\Builder;
|
|||
use phpOMS\DataStorage\Database\Query\QueryType;
|
||||
use phpOMS\DataStorage\DataMapperInterface;
|
||||
use phpOMS\Utils\ArrayUtils;
|
||||
use phpOMS\Algorithm\Sort\SortOrder;
|
||||
|
||||
/**
|
||||
* Datamapper for databases.
|
||||
|
|
@ -2415,7 +2414,7 @@ class DataMapperAbstract implements DataMapperInterface
|
|||
->select('COUNT(*)')
|
||||
->from(static::$table);
|
||||
|
||||
return (int) $query->execute()->fetchColumn();;
|
||||
return (int) $query->execute()->fetchColumn();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user