When would you ever not want `isImportant` on the `configureUsing` method?
Related: https://discord.com/channels/883083792112300104/1344421288919302215
I had to fix some configuration that I was doing in a service provider and needed to set the
isImportant
flag to true
. Can anyone tell me why I wouldn't want to always set this to true? I'm not understanding why this is even a thing?
Thanks.0 Replies