Skip to content

Commit

Permalink
Update helpers.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MSnoeren authored Jul 1, 2022
1 parent 3c3ee69 commit 4851d96
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 4851d96

Please sign in to comment.