Skip to content

Commit c550df1

Browse files
committed
build: removed legacy routing
1 parent 2672371 commit c550df1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

CLAUDE.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ It is built using HTML5, CSS, TypeScript, and PHP and supports various databases
7272

7373
## Routing System
7474

75-
The application uses Symfony Router for modern, controller-based routing while maintaining backward compatibility with legacy code.
75+
The application uses Symfony Router for modern, controller-based routing.
7676

7777
### Architecture
7878

@@ -108,12 +108,6 @@ final class MyController extends AbstractController
108108
]
109109
```
110110

111-
### Migration Strategy
112-
113-
- New features should use Controllers
114-
- Legacy code continues to work via a fallback mechanism
115-
- Gradual migration from `?action=xyz` to route-based URLs
116-
117111
## UI guidelines
118112

119113
- Application should have a modern and clean design.

0 commit comments

Comments
 (0)