This commit is contained in:
as2252258@163.com
2021-09-05 03:56:04 +08:00
parent 8735203573
commit 9497909749
4 changed files with 278 additions and 183 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class HandlerProviders extends BaseObject
* @param $method
* @return mixed
*/
public static function get($path, $method): mixed
public static function get($path, $method): ?Pipeline
{
return static::$handlers[$method][$path] ?? null;
}