You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Never Extend from Magento\Framework\App\Helper\AbstractHelper
Reason
The AbstractHelper has many dependy that you never need for your helper implementation.
Also it breacks your helper if you use the ScopeConfigInterface and upgrade 2.1 to 2.2.