Commit accb09e
committed
minor #13455 Namespace import reference missing (zspine)
This PR was squashed before being merged into the 5.0 branch (closes #13455).
Discussion
----------
Namespace import reference missing
I forgot to add the Route annotation import
```
use Symfony\Component\Routing\Annotation\Route;
```
Commits
-------
877d031 Namespace import reference missing1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
0 commit comments