Laralabs/timezone

View on GitHub
src/Helpers/helpers.php

Summary

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

if (!function_exists('timezone')) {
    function timezone()
    {
        return app('timezone');
    }
}