diff options
Diffstat (limited to 'core/namespace/Database.php')
-rw-r--r-- | core/namespace/Database.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/namespace/Database.php b/core/namespace/Database.php index ae233f4..54fb36b 100644 --- a/core/namespace/Database.php +++ b/core/namespace/Database.php @@ -4,4 +4,3 @@ class Database extends \PDO { parent::__construct("mysql:host={$hostname};dbname={$basename};charset=utf8mb4;", $username, $password); } } -?>
\ No newline at end of file |