Changeset c6b84df for app/Notifications


Ignore:
Timestamp:
10/21/21 23:45:59 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
4b7e2d3
Parents:
6b95845
Message:

added fileTypes controller, notifications, excel export, edited views

Location:
app/Notifications
Files:
2 added
1 moved

Legend:

Unmodified
Added
Removed
  • app/Notifications/NewFileCreated.php

    r6b95845 rc6b84df  
    77use Illuminate\Notifications\Messages\MailMessage;
    88
    9 class NewDocumentCreated extends Notification
     9class NewFileCreated extends Notification
    1010{
    1111    use Queueable;
     
    5757    {
    5858        return [
    59             "url" => "/dashboard/documents",
     59            "url" => "/dashboard/files",
    6060            "message" => $this->text
    6161        ];
Note: See TracChangeset for help on using the changeset viewer.