فهرست منبع

fix: somgate default active

Anankke 11 ماه پیش
والد
کامیت
ae4dedeea2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/Services/Gateway/Smogate.php

+ 1 - 1
src/Services/Gateway/Smogate.php

@@ -22,7 +22,7 @@ final class Smogate extends Base
 
     public static function _enable(): bool
     {
-        return true;
+        return self::getActiveGateway('smogate');
     }
 
     public static function _readableName(): string