Skip to content

Commit

Permalink
Code refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed May 22, 2024
1 parent b2cb439 commit 36df5b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Classes/ProviderManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public function listProviders()

/**
* Returns a list of social provider links
* @return array
*/
public function listProviderLinks()
{
Expand All @@ -90,7 +89,7 @@ public function listProviderLinks()
}

return [];
})->all();
});
}

/**
Expand Down

0 comments on commit 36df5b7

Please sign in to comment.