Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-machtelinckx committed Oct 31, 2024
1 parent 4da334b commit 3f61b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BDD_Creator/src/class/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function connect()
$this->pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
$this->pdo->setAttribute(PDO::ATTR_DEFAULT_FETCH_MODE, PDO::FETCH_ASSOC);
} catch (PDOException $e) {
die("Connection failed: " . $e->getMessage());
die("Connection failed: fuck" . $e->getMessage());
}
}
public function createDatabase($databaseName)
Expand Down

0 comments on commit 3f61b74

Please sign in to comment.