@@ -42,7 +42,7 @@ |
||
| 42 | 42 | |
| 43 | 43 | return $conn->exec($sql); |
| 44 | 44 | |
| 45 | - throw TableNotCreatedException::tableNotCreatedException("Check your database connection"); |
|
| 45 | + throw TableNotCreatedException::tableNotCreatedException("Check your database connection"); |
|
| 46 | 46 | |
| 47 | 47 | } |
| 48 | 48 | |