Skip to content

Commit 825e38c

Browse files
committed
fix: phpstan return type
1 parent 01d7987 commit 825e38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Subscription.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class Subscription extends Model
102102
'description',
103103
];
104104

105-
public function getTable(): string
105+
public function getTable()
106106
{
107107
return config('laravel-subscriptions.tables.subscriptions');
108108
}

0 commit comments

Comments
 (0)