Translation fixes

This commit is contained in:
Nabeel Shahzad
2018-07-15 15:06:25 -05:00
parent 87206ed2b4
commit 68b00f776a
4 changed files with 9 additions and 8 deletions
+1
View File
@@ -88,6 +88,7 @@ class Database
try {
DB::table($table)->insert($row);
} catch (QueryException $e) {
Log::error($e);
throw $e;
}