GrafiteInc/Commerce

View on GitHub
src/Helpers/commerce_helpers.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

if (!function_exists('commerce')) {
    function commerce()
    {
        return app(Grafite\Commerce\Services\StoreHelperService::class);
    }
}