Apply fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
7f53a7e9df
commit
3187fbc24f
@@ -90,7 +90,7 @@ class SubscribeController extends Controller
|
||||
}
|
||||
|
||||
// Send the subscriber a link to manage their subscription.
|
||||
$subscription->notify(new ManageSubscriptionNotification);
|
||||
$subscription->notify(new ManageSubscriptionNotification());
|
||||
|
||||
return redirect()->back()->withSuccess(
|
||||
sprintf('%s %s', trans('dashboard.notifications.awesome'),
|
||||
|
||||
Reference in New Issue
Block a user