src/Support/helpers.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
<?php

use Galahad\Aire\Aire;

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