App\Libraries\Utils::hasFeature PHP 메소드

hasFeature() 공개 정적인 메소드

public static hasFeature ( $feature )
    public static function hasFeature($feature)
    {
        return Auth::check() && Auth::user()->hasFeature($feature);
    }