Skip to content

Commit 367aa66

Browse files
authored
Merge pull request #2101 from alissn/FixMigrationName
[fix] fix return type of method
2 parents 48be520 + 62ac329 commit 367aa66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/Migrations/NameParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function getAction(): string
6666
/**
6767
* Get the table will be used.
6868
*/
69-
public function getTableName(): string
69+
public function getTableName(): ?string
7070
{
7171
$matches = array_reverse($this->getMatches());
7272

0 commit comments

Comments
 (0)