generator-craftplugin
generator-craftplugin copied to clipboard
Use ::class when importing classes
Instead of components being added by using the full class name as a string, use ::class.
Yep, this would probably be nicer -- PR?