fixed:用户请求
This commit is contained in:
10
catch/monitor/controller/Service.php
Normal file
10
catch/monitor/controller/Service.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
// +----------------------------------------------------------------------
|
||||
// | CatchAdmin [Just Like ~ ]
|
||||
// +----------------------------------------------------------------------
|
||||
// | Copyright (c) 2017~2020 http://catchadmin.com All rights reserved.
|
||||
// +----------------------------------------------------------------------
|
||||
// | Licensed ( https://github.com/yanwenwu/catch-admin/blob/master/LICENSE.txt )
|
||||
// +----------------------------------------------------------------------
|
||||
// | Author: JaguarJack [ njphper@gmail.com ]
|
||||
// +----------------------------------------------------------------------
|
@@ -17,7 +17,7 @@ class CreateRequest extends CatchRequest
|
||||
];
|
||||
}
|
||||
|
||||
protected function message(): array
|
||||
protected function message()
|
||||
{
|
||||
// TODO: Implement message() method.
|
||||
}
|
||||
|
@@ -16,7 +16,7 @@ class UpdateRequest extends CatchRequest
|
||||
];
|
||||
}
|
||||
|
||||
protected function message(): array
|
||||
protected function message()
|
||||
{
|
||||
// TODO: Implement message() method.
|
||||
}
|
||||
|
Reference in New Issue
Block a user