Skip to content

Commit

Permalink
Fix weebly compatability with php7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
uphlewis committed Sep 20, 2024
1 parent b37e002 commit 60a8226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/Weebly/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Provider extends Category implements ProviderInterface
{
protected Configuration $configuration;

protected WeeblyApi|null $api = null;
protected ?WeeblyApi $api = null;

public function __construct(Configuration $configuration)
{
Expand Down

0 comments on commit 60a8226

Please sign in to comment.