diff options
Diffstat (limited to 'app/Models/Log.php')
| -rw-r--r-- | app/Models/Log.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Models/Log.php b/app/Models/Log.php index 72208513d..96714d1c7 100644 --- a/app/Models/Log.php +++ b/app/Models/Log.php @@ -1,5 +1,7 @@ <?php +declare(strict_types=1); + class FreshRSS_Log extends Minz_Model { /** @var string */ private $date; |
