Skip to content

Commit

Permalink
Update src/Support/helpers.php
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Nov 1, 2018
1 parent a2f559f commit 5c9a90c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Support/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

use Galahad\Aire\Aire;

// @codeCoverageIgnore

if (!function_exists('aire')) {
if (!function_exists('aire')) { // @codeCoverageIgnore
function aire() : Aire
{
return app('galahad.aire');
Expand Down

0 comments on commit 5c9a90c

Please sign in to comment.