diff options
Diffstat (limited to 'app/Models/ActionController.php')
| -rw-r--r-- | app/Models/ActionController.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Models/ActionController.php b/app/Models/ActionController.php index 69548feb3..1a46cff36 100644 --- a/app/Models/ActionController.php +++ b/app/Models/ActionController.php @@ -1,5 +1,7 @@ <?php +declare(strict_types=1); + class FreshRSS_ActionController extends Minz_ActionController { /** |
