Skip to content

Commit

Permalink
Update Database.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Voigt committed Nov 17, 2020
1 parent 87b8dc3 commit e94cafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ public function truncate($table) {
Logger::newMessage($e);
Logger::customErrorMsg($e);
}

}

private function execute($statement){
Expand All @@ -156,3 +155,4 @@ private function execute($statement){
}

}

0 comments on commit e94cafa

Please sign in to comment.