mirror of
https://github.com/flarum/core.git
synced 2025-07-04 16:46:08 +02:00
Instead of: <a href={app.route.user(user)} config={m.route}> We can use: <a route={app.route.user(user)}>
Instead of: <a href={app.route.user(user)} config={m.route}> We can use: <a route={app.route.user(user)}>