This commit is contained in:
xl
2024-08-29 16:25:25 +08:00
parent 4197b16132
commit 47d864bbf7
+1 -1
View File
@@ -43,7 +43,7 @@ class Middleware
*/ */
public static function get(string $className, string $method): array public static function get(string $className, string $method): array
{ {
return static::$manager[$className . '::' . $method] ?? []; return static::$mapping[$className . '::' . $method] ?? [];
} }