mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
3 lines
227 B
ReStructuredText
3 lines
227 B
ReStructuredText
Solved common naming problem with middlewares that confusing too much developers
|
|
- now you can't see the `middleware` and `middlewares` attributes at the same point
|
|
because this functionality encapsulated to special interface.
|