bztang-admin/app/common/services/Check.php

26 lines
347 B
PHP

<?php
/**
* Created by PhpStorm.
* Author:
* Date: 04/05/2017
* Time: 00:32
*/
namespace app\common\services;
use app\common\facades\Setting;
use app\common\helpers\Url;
use Illuminate\Support\Facades\Cache;
class Check
{
public static function app()
{
return true;
}
public static function setKey()
{
}
}