Skip to content

Commit

Permalink
Controller vs. TranslatorInterface fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kapxapot committed Feb 24, 2020
1 parent 2c7cfdb commit 37a7dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @property Twig $view
* @property Validator $validator
*/
class Controller extends Contained implements TranslatorInterface
class Controller extends Contained
{
/**
* @var boolean
Expand Down

0 comments on commit 37a7dec

Please sign in to comment.