Jake Vanderwerf
2026-06-29 4089ba01e0881c89a72332e13bc3a80b6bddec2a
inc/integrations/Integrations.php
@@ -28,6 +28,8 @@
 */
abstract class Integrations
{
   //Flag to allow for custom settings (defaults, etc) for an integration in the dashboard
   public static bool $hasExtraOptions = false;
   /**
    * Queue types
    * These types match with IntegrationExecutor
@@ -2723,6 +2725,11 @@
      return (new static())->getIcon();
   }
   public static function hasExtraOptions():bool
   {
      return (new static())::$hasExtraOptions;
   }
   /*********************************************************************
      RENDERING
    *********************************************************************/