22 lines
730 B
Plaintext
22 lines
730 B
Plaintext
<?php
|
||
// +----------------------------------------------------------------------
|
||
// | CatchAdmin [Just Like ~ ]
|
||
// +----------------------------------------------------------------------
|
||
// | Copyright (c) 2017~{$year} http://catchadmin.com All rights reserved.
|
||
// +----------------------------------------------------------------------
|
||
// | Licensed ( https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt )
|
||
// +----------------------------------------------------------------------
|
||
// | Author: JaguarJack [ njphper@gmail.com ]
|
||
// +----------------------------------------------------------------------
|
||
|
||
declare (strict_types = 1);
|
||
|
||
namespace {NAMESPACE};
|
||
|
||
class {CLASS}
|
||
{
|
||
public function handle()
|
||
{
|
||
}
|
||
}
|