diff --git a/src/Illuminate/Foundation/Console/stubs/markdown-mail.stub b/src/Illuminate/Foundation/Console/stubs/markdown-mail.stub new file mode 100644 index 000000000000..25a0cdc8dae5 --- /dev/null +++ b/src/Illuminate/Foundation/Console/stubs/markdown-mail.stub @@ -0,0 +1,33 @@ +markdown('DummyView'); + } +} diff --git a/src/Illuminate/Foundation/Console/stubs/markdown-notification.stub b/src/Illuminate/Foundation/Console/stubs/markdown-notification.stub new file mode 100644 index 000000000000..f554b2c30361 --- /dev/null +++ b/src/Illuminate/Foundation/Console/stubs/markdown-notification.stub @@ -0,0 +1,58 @@ +markdown('DummyView'); + } + + /** + * Get the array representation of the notification. + * + * @param mixed $notifiable + * @return array + */ + public function toArray($notifiable) + { + return [ + // + ]; + } +}