nystudio107 / generator-craftplugin

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

Use ::class when importing classes #66

Open sjelfull opened 5 years ago

sjelfull commented 5 years ago

Instead of components being added by using the full class name as a string, use ::class.

khalwat commented 4 years ago

Yep, this would probably be nicer -- PR?