Skip to content

Commit

Permalink
Fix notification stub
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpisa committed Aug 20, 2023
1 parent c9a8e7a commit 18272fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/laravel/notification.stub
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class {{ class }} extends Notification
/**
* Create a new notification instance.
*/
public function __construct(): HasMany
public function __construct()
{
//
}
Expand Down

0 comments on commit 18272fc

Please sign in to comment.