Jake Vanderwerf
11 hours ago f16cb88a3218ac7bb32e43f0e0a2542d35c7a01b
JVBase.php
@@ -132,9 +132,6 @@
         $this->routes['referral'] = new ReferralRoutes();
      }
      if (Site::has('dashboard')) {
         $this->managers['dash'] = new DashboardManager();
      }
      if (Site::hasIntegration('square')) {
         $this->routes['square'] = new IntegrationsSquareRoutes();
@@ -198,6 +195,11 @@
         $this->routes['invites'] = new Invitations();
      }
      if (Site::has('dashboard')) {
         $this->managers['dash'] = new DashboardManager();
      }
      $this->setupIntegrations();
      add_action('wp_footer', [$this, 'additionalActions']);