tchoulom / ViewCounterBundle

This bundle is used to count the number of views of a page.
MIT License
15 stars 11 forks source link

Fix AbstractCommand constants to be compatible with Symfony 5.1 #6

Closed zeliard91 closed 3 years ago

zeliard91 commented 3 years ago

Theses constants are now defined in Symfony\Component\Console\Command\Command as public -> https://github.com/symfony/console/blob/5.1/Command/Command.php

tchoulom commented 3 years ago

These constants are removed as they are now inherited from the Symfony\Component\Console\Command class. Thanks!