Skip to content

Commit

Permalink
Dont use static method
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Feb 16, 2022
1 parent 09503e9 commit d3475dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ class ServiceProvider extends AddonServiceProvider
{
public function bootAddon()
{
Instagram::renewToken();
(new Instagram())->renewToken();
}
}

0 comments on commit d3475dd

Please sign in to comment.