diff options
Diffstat (limited to 'app/Models/LogDAO.php')
| -rw-r--r-- | app/Models/LogDAO.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/LogDAO.php b/app/Models/LogDAO.php index 080af54ea..9d271455e 100644 --- a/app/Models/LogDAO.php +++ b/app/Models/LogDAO.php @@ -1,4 +1,5 @@ <?php +declare(strict_types=1); final class FreshRSS_LogDAO { public static function logPath(?string $logFileName = null): string { |
