改名
This commit is contained in:
@@ -127,12 +127,12 @@ class Pipeline
|
||||
|
||||
|
||||
/**
|
||||
* @param $request
|
||||
* @return mixed
|
||||
* @throws Exception
|
||||
*/
|
||||
public function interpreter(): mixed
|
||||
public function interpreter($request): mixed
|
||||
{
|
||||
return call_user_func($this->pipeline, request());
|
||||
return call_user_func($this->pipeline, $request);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user