eymengunay / PassbookBundle

PHP-Passbook library integration for Symfony
10 stars 12 forks source link

routing cannot find controller #1

Closed rbaarsma closed 10 years ago

rbaarsma commented 10 years ago

Controller is named DemoController, while the routing is looking for DefaultController. Changing Default to Demo in the routing is a simple fix.

EoPassbookBundle:Demo:index
eymengunay commented 10 years ago

Thank you for the heads up, don't know how I missed that :) fixed