This commit is contained in:
2021-09-06 18:05:49 +08:00
parent 21c7f383bb
commit c8d915b5e8
+1 -1
View File
@@ -17,7 +17,7 @@ class HandlerProviders extends BaseObject
/** /**
* @param $path * @param $path
* @param $method * @param $method
* @return mixed * @return Pipeline|null
*/ */
public static function get($path, $method): ?Pipeline public static function get($path, $method): ?Pipeline
{ {