Your IP : 18.189.194.36


Current Path : /proc/self/root/home/lentoinv/props/vendor/spatie/laravel-ignition/src/Support/
Upload File :
Current File : //proc/self/root/home/lentoinv/props/vendor/spatie/laravel-ignition/src/Support/LaravelVersion.php

<?php

namespace Spatie\LaravelIgnition\Support;

class LaravelVersion
{
    public static function major(): string
    {
        return explode('.', app()->version())[0];
    }
}

?>