DEV Community

Discussion on: Purging Expired Carts | Building a Shopping Cart with Symfony

Collapse
 
rekcoob profile image
Marian Ivanovic

Hello Quentin.
Thank you for an excellent tutorial.
This is realy good intermediate content from great symfony developer.
I can't wait for more. Good Job

Btw I 've just noticed small mistake.
You forgot to add parent::__construct() in RemoveExpiredCartsCommand constructor.

Collapse
 
qferrer profile image
Quentin Ferrer

Glad you like it! Thanks a lot, I fixed it! I also checked the source code on github, it's correct. Enjoy the rest of this tutorial.