generator-craftplugin
generator-craftplugin copied to clipboard
Don't apply suffixes to class imports that already got them
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