改名
This commit is contained in:
@@ -710,19 +710,6 @@ if (!function_exists('request')) {
|
||||
|
||||
}
|
||||
|
||||
if (!function_exists('Input')) {
|
||||
|
||||
/**
|
||||
* @return HttpParams
|
||||
* @throws Exception
|
||||
*/
|
||||
function Input(): HttpParams
|
||||
{
|
||||
return request()->params;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if (!function_exists('storage')) {
|
||||
|
||||
/**
|
||||
@@ -771,20 +758,6 @@ if (!function_exists('event')) {
|
||||
}
|
||||
|
||||
|
||||
if (!function_exists('alias')) {
|
||||
|
||||
/**
|
||||
* @param $class
|
||||
* @param $name
|
||||
*/
|
||||
function alias($class, $name)
|
||||
{
|
||||
Kiri::setAlias($class, $name);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
if (!function_exists('name')) {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user