blackknight467 / StarRatingBundle

star rating bundle for symfony
MIT License
26 stars 40 forks source link

Could not load type "AppBundle\Form\RatingType" #8

Closed nextsoftpl closed 8 years ago

nextsoftpl commented 8 years ago

thank you for this bundle, however I have problem running it, what could have gone wrong?

nextsoftpl commented 8 years ago

Ok, I figured it out, had to import the class in form: use blackknight467\StarRatingBundle\Form\RatingType as RatingType;

thank you :)

blackknight467 commented 8 years ago

@nextsoftpl glad you figured it out. If you have any further questions please let me know.

Also now that you've been using it for a few days, do you have any thought or feedback about this? Thanks!

nextsoftpl commented 8 years ago

working as expected, great work, thank you :) Maybe putting the use blackknight467\StarRatingBundle\Form\RatingType as RatingType; in the README.md would be a good idea.