dashboard = $dashboard; } /** * @inheritDoc */ public function isEnabled(): bool { return $this->dashboard->isOnboardingCompleted() && current_user_can('metricool_manage'); } /** * @inheritDoc */ public function inScope(): bool { return true; } }