aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index 425f8e9..03bce1b 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,7 @@
<?php
+declare(strict_types = On);
+
namespace AugustOffensive;
include 'private/model/Connection.php';