JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "LaravelVersion.php"
Full Path: /var/www/laravel_filter/vendor/spatie/error-solutions/src/Support/Laravel/LaravelVersion.php
File size: 187 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Spatie\ErrorSolutions\Support\Laravel;
class LaravelVersion
{
public static function major(): string
{
return explode('.', app()->version())[0];
}
}