Closed RWOverdijk closed 7 years ago
@wshafer First time ever I use the revert button on Github on purpose. Heh.
👍
Hello @RWOverdijk do you mind explaining why you reverted that ?
- 'aliases' => [
- 'asset' => AssetManager\View\Helper\Asset::class
- ],
'factories' => [
- AssetManager\View\Helper\Asset::class => AssetManager\Service\AssetViewHelperFactory::class
- ]
+ 'asset' => AssetManager\Service\AssetViewHelperFactory::class,
+ ],
I thought using the full class name as factory and alias to link to that full class name would be the best thing to do instead of relying only on the alias "asset"
that allows people to use both the full class and alias if they want.
Thank you
Reverts RWOverdijk/AssetManager#206