Skip to content

Commit

Permalink
Merge pull request #5 from CachetHQ/2.4
Browse files Browse the repository at this point in the history
Update from upstream repo CachetHQ/Cachet
  • Loading branch information
sideffect0 committed Nov 13, 2018
2 parents 06cf1e4 + a9b79d0 commit 91e9079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Notifications/Schedule/NewScheduleNotification.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

use CachetHQ\Cachet\Models\Schedule;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Notifications\Messages\MailMessage;
use Illuminate\Notifications\Messages\NexmoMessage;
use Illuminate\Notifications\Messages\SlackMessage;
Expand All @@ -24,7 +25,7 @@
*
* @author James Brooks <[email protected]>
*/
class NewScheduleNotification extends Notification
class NewScheduleNotification extends Notification implements ShouldQueue
{
use Queueable;

Expand Down

0 comments on commit 91e9079

Please sign in to comment.