We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02920e3 + 20827e2 commit 4c917fbCopy full SHA for 4c917fb
src/DumpSchema.php
@@ -62,7 +62,7 @@ protected function getTable(string $tableName)
62
});
63
64
if (is_null($table)) {
65
- throw new \Exception("Invalid table name ${tableName}");
+ throw new \Exception("Invalid table name {$tableName}");
66
}
67
68
return $table;
0 commit comments