symfony-4-basics icon indicating copy to clipboard operation
symfony-4-basics copied to clipboard

Symfony 5.1 / 5.2

Open kamalkech opened this issue 5 years ago • 1 comments

Must to update this repo for last version symfony

kamalkech avatar Aug 18 '20 12:08 kamalkech

Before:

/**
*   @Route("/")
*/

Now:

/**
*   @Route(path="/")
*/

LkingForW avatar Sep 28 '21 20:09 LkingForW