Skip to content

Commit 62ac329

Browse files
committed
[fix] fix return type of method
1 parent 6e1f50d commit 62ac329

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)