Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/talentorbit.codeskitter.site/vendor/spatie/laravel-html/src/
Upload File :
Current File : /home/users/unlimited/www/talentorbit.codeskitter.site/vendor/spatie/laravel-html/src/helpers.php

<?php

use Spatie\Html\Html;

if (! function_exists('html')) {
    /**
     * @return \Spatie\Html\Html
     */
    function html()
    {
        return app(Html::class);
    }
}