diff options
Diffstat (limited to 'private/model/creds.php')
| -rw-r--r-- | private/model/creds.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/private/model/creds.php b/private/model/creds.php index accffa5..5f36632 100644 --- a/private/model/creds.php +++ b/private/model/creds.php @@ -2,6 +2,8 @@ declare(strict_types=1); +namespace AugustOffensive\model; + /** * Holds the credentials for connecting to the database */ |
