Skip to content

Commit

Permalink
Merge pull request #195 from MSnoeren/patch-1
Browse files Browse the repository at this point in the history
Add docblock to mollie() helper method
  • Loading branch information
sandervanhooft authored Jul 11, 2022
2 parents 3c3ee69 + 4851d96 commit 12ad8eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/helpers.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?php

if (! function_exists('mollie')) {
/**
* @return \Mollie\Laravel\Wrappers\MollieApiWrapper
*/
function mollie()
{
return app('mollie.api');
Expand Down

0 comments on commit 12ad8eb

Please sign in to comment.