Default user dashboard tab

Laraship QuestionsCategory: ConfigurationDefault user dashboard tab
matt asked 4 years ago
When a user clicks on the Dashboard link, the default tab shown is "My Subscriptions". How can I change this is set the default tab as "Dashboard"?
1 Answers
laraship Staff answered 4 years ago
Hello, You can comment out the line : 
\Filters::add_filter('active_profile_tab', [Subscription::class, 'set_subscription_active_tab'], 10);

at Corals/modules/Subscriptions/SubscriptionsServiceProvider.php