diff options
Diffstat (limited to 'app/Models/EntryDAOSQLite.php')
| -rw-r--r-- | app/Models/EntryDAOSQLite.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/EntryDAOSQLite.php b/app/Models/EntryDAOSQLite.php index 136f6d550..66feb567b 100644 --- a/app/Models/EntryDAOSQLite.php +++ b/app/Models/EntryDAOSQLite.php @@ -1,4 +1,5 @@ <?php +declare(strict_types=1); class FreshRSS_EntryDAOSQLite extends FreshRSS_EntryDAO { |
