-
Notifications
You must be signed in to change notification settings - Fork 288
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
- Laravel Version: 7.x
- PHP Version: 7.3
- Blueprint Version: 1.13.1
- Platform: All
Issue:
Currently the Notification
code generates the same assertions as a Mailable
. Instead, it needs to generate the appropriate assertions for a Notification
(i.e. assertSentTo
)
draft.yaml:
models:
Post:
title: string
content: text
author_id: id:user
controllers:
Post:
store:
save: post
send: ReviewNotification to:post.author with:post
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working