File "Pro.php"

Full Path: /home/bettaeza/flyinsyria.com/app/.well-known/app/Pro/Pro.php
File size: 251 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Pro;

final class Pro
{
    public static function isPro()
    {
        return defined('BC_IS_PRO') and BC_IS_PRO;
    }

    public static function isEnable()
    {
        return config('pro.enable');
    }

}