panichelpdesk / panichd

Ticketing system for Laravel 5.1 - 8.x. Allows to create new tickets via form only. Includes file attachments, ticket tags, filtering, scheduling and e-mail notifications.
MIT License
90 stars 41 forks source link

Replace Notification Owner = Auth::user() #26

Closed laraben closed 3 years ago

laraben commented 4 years ago

Replace Auth::user() with the creator_id of the ticket. Like this you can perfectly test the system to your own. And also if you have an agent who manage the tickets, he have full control of the system.

laraben commented 3 years ago

not necessary