Skip to content

Commit

Permalink
remove deprecated class
Browse files Browse the repository at this point in the history
  • Loading branch information
guswhitten committed Jun 8, 2024
1 parent 5ce2ca3 commit 05a26a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/notifications/delivery_methods/sms.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class DeliveryMethods::Sms < Noticed::DeliveryMethods::Base
class DeliveryMethods::Sms < Noticed::DeliveryMethod
include SmsBodyHelper
def deliver
if sender.casa_admin? || sender.supervisor?
Expand Down

0 comments on commit 05a26a9

Please sign in to comment.