mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-06 19:20:25 -05:00
fix: subscription store return type
This commit is contained in:
@@ -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.']);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user