mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-16 21:18:19 +01:00
Apply fixes from StyleCI
This commit is contained in:
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'),
|
||||
|
@ -12,7 +12,6 @@
|
||||
namespace CachetHQ\Cachet\Notifications\Subscriber;
|
||||
|
||||
use Illuminate\Bus\Queueable;
|
||||
use Illuminate\Contracts\Queue\ShouldQueue;
|
||||
use Illuminate\Notifications\Messages\MailMessage;
|
||||
use Illuminate\Notifications\Notification;
|
||||
use Illuminate\Support\Facades\URL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user