mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 19:42:47 +08:00
给积累增加工具方法
This commit is contained in:
@@ -96,4 +96,14 @@ abstract class BaseControllerBase
|
|||||||
|
|
||||||
return $v->failException(true)->check($data);
|
return $v->failException(true)->check($data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getRequest()
|
||||||
|
{
|
||||||
|
return $this->request;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function getApp()
|
||||||
|
{
|
||||||
|
return $this->app;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user