first commit
This commit is contained in:
14
storage/stubs/enum.stub
Normal file
14
storage/stubs/enum.stub
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | SentCMS [ WE CAN DO IT JUST THINK IT ]
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2024 http://www.tensent.cn All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: molong <molong@tensent.cn> <http://www.tensent.cn>
|
||||
// +----------------------------------------------------------------------
|
||||
namespace $CLASS_NAMESPACE$;
|
||||
|
||||
enum $CLASS$
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user