assets icon indicating copy to clipboard operation
assets copied to clipboard

Allow to register AssetBundle object

Open xepozz opened this issue 1 year ago • 0 comments

There is not way to pass configuration into AssetBundle class to a contructor, only to public properties.

I'd like to have a method that accepts an object of AssetBundle and registers it as it does with a class of AssetBundle.

$assetManager->registerBundle(new AssetBundle())

xepozz avatar Apr 11 '24 15:04 xepozz