mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Migrate to Symfony attributes
This commit is contained in:
parent
6a3780ce81
commit
2a60d8473d
46 changed files with 143 additions and 256 deletions
|
@ -22,9 +22,9 @@ class ChromeController extends BrowserController
|
|||
}
|
||||
|
||||
/**
|
||||
* @Route("/import/chrome", name="import_chrome", methods={"GET", "POST"})
|
||||
* @IsGranted("IMPORT_ENTRIES")
|
||||
*/
|
||||
#[Route(path: '/import/chrome', name: 'import_chrome', methods: ['GET', 'POST'])]
|
||||
public function indexAction(Request $request, TranslatorInterface $translator)
|
||||
{
|
||||
return parent::indexAction($request, $translator);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue