fix: subscription store return type

This commit is contained in:
Roardom
2023-05-18 04:22:36 +00:00
parent 8ae81fa705
commit 7684adafcb
@@ -80,6 +80,9 @@ class SubscriptionController extends Controller
return back()
->withSuccess('You are now subscribed to this topic. You will now receive site notifications when a reply is left.');
default:
return back()->withErrors(['Failed to subscribe.']);
}
}