Skip to content

Instantly share code, notes, and snippets.

@nebkam
Created July 3, 2018 21:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nebkam/2bd4e67a82e002f042316132b17fa936 to your computer and use it in GitHub Desktop.
Save nebkam/2bd4e67a82e002f042316132b17fa936 to your computer and use it in GitHub Desktop.
<?php
namespace App\Controller;
// Before
// use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;
// After
use Symfony\Component\Routing\Annotation\Route;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment