diff options
Diffstat (limited to 'inc/download.inc.php')
-rw-r--r-- | inc/download.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/download.inc.php b/inc/download.inc.php index 49ebbfbc..578992a6 100644 --- a/inc/download.inc.php +++ b/inc/download.inc.php @@ -1,5 +1,7 @@ <?php +declare(strict_types=1); + class Download { |