Skip to content

Commit 4c917fb

Browse files
authored
Merge pull request #17 from beyondcode/laravel-10-update
Deprecated string handling
2 parents 02920e3 + 20827e2 commit 4c917fb

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)