fixed:云上传配置无法生效
This commit is contained in:
31
extend/catcher/generate/build/traits/CatchMethodReturn.php
Normal file
31
extend/catcher/generate/build/traits/CatchMethodReturn.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
namespace catcher\generate\build\traits;
|
||||
|
||||
|
||||
class MethodReturn
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function save()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function update()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function read()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function delete()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user