Current Path : /proc/self/root/home/lentoinv/props/vendor/spatie/laravel-ignition/src/Support/ |
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]; } }