مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2026-03-04 14:54:08 +00:00
8 أسطر
108 B
Ruby
8 أسطر
108 B
Ruby
class SendNotificationsJob < Postal::Job
|
|
|
|
def perform
|
|
Server.send_send_limit_notifications
|
|
end
|
|
|
|
end
|