diff options
Diffstat (limited to 'core/namespace/Repository.php')
-rw-r--r-- | core/namespace/Repository.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/namespace/Repository.php b/core/namespace/Repository.php index 2c238b8..e2b42a7 100644 --- a/core/namespace/Repository.php +++ b/core/namespace/Repository.php @@ -125,7 +125,7 @@ abstract class Repository { } #=============================================================================== - # Find previous entitiy + # Find previous entity #=============================================================================== public function findPrev(EntityInterface $Entity): ?EntityInterface { $query = 'SELECT * FROM %s WHERE time_insert < ? ORDER BY time_insert DESC LIMIT 1'; |