I just need to send a mail notification whenever a model is deleted. I can achieve this by overriding delete() method. But, the notification mail should specifies the current user who actually deleted this model. Is there any way to get the current user inside delete() method?
Share
1 Answer