generator-craftplugin icon indicating copy to clipboard operation
generator-craftplugin copied to clipboard

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

Open sjelfull opened this issue 7 years ago • 0 comments

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

sjelfull avatar Aug 31 '18 21:08 sjelfull