Changeset c6b84df for app/Notifications
- Timestamp:
- 10/21/21 23:45:59 (3 years ago)
- Branches:
- develop, master
- Children:
- 4b7e2d3
- Parents:
- 6b95845
- Location:
- app/Notifications
- Files:
-
- 2 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
app/Notifications/NewFileCreated.php
r6b95845 rc6b84df 7 7 use Illuminate\Notifications\Messages\MailMessage; 8 8 9 class New DocumentCreated extends Notification9 class NewFileCreated extends Notification 10 10 { 11 11 use Queueable; … … 57 57 { 58 58 return [ 59 "url" => "/dashboard/ documents",59 "url" => "/dashboard/files", 60 60 "message" => $this->text 61 61 ];
Note:
See TracChangeset
for help on using the changeset viewer.