nystudio107 / generator-craftplugin

generator-craftplugin is a Yeoman generator for Craft CMS plugins
MIT License
74 stars 30 forks source link

Don't apply suffixes to class imports that already got them #65

Open sjelfull opened 5 years ago

sjelfull commented 5 years ago

If I call something OrderService, that one will be imported and aliased as OrderServiceService in the main plugin file.

Example: use superbig\shopify\services\OrderService as OrderServiceService