Skip to content

Commit 20827e2

Browse files
committed
Deprecated string handling
1 parent fadae81 commit 20827e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DumpSchema.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected function getTable(string $tableName)
6262
});
6363

6464
if (is_null($table)) {
65-
throw new \Exception("Invalid table name ${tableName}");
65+
throw new \Exception("Invalid table name {$tableName}");
6666
}
6767

6868
return $table;

0 commit comments

Comments
 (0)