File "LaravelVersion.php"
Full Path: /home/fundopuh/trader.fxex.org/vendor/facade/ignition/src/Support/LaravelVersion.php
File size: 162 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Facade\Ignition\Support;
class LaravelVersion
{
public static function major()
{
return substr(app()->version(), 0, 1);
}
}