Skip to content

Commit

Permalink
fix: phpstan return type
Browse files Browse the repository at this point in the history
  • Loading branch information
mckenziearts committed Nov 1, 2024
1 parent 01d7987 commit 825e38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class Subscription extends Model
'description',
];

public function getTable(): string
public function getTable()
{
return config('laravel-subscriptions.tables.subscriptions');
}
Expand Down

0 comments on commit 825e38c

Please sign in to comment.