eee
This commit is contained in:
@@ -43,7 +43,7 @@ class Middleware
|
||||
*/
|
||||
public static function get(string $className, string $method): array
|
||||
{
|
||||
return static::$manager[$className . '::' . $method] ?? [];
|
||||
return static::$mapping[$className . '::' . $method] ?? [];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user