use App\Events\Customers\Contacts\CustomerContactDeletedEvent;
8
9
class LogDeletedContact
10
{
11
/**
12
* Handle the event
13
*/
14
public function handle(CustomerContactDeletedEvent $event)
15
{
16
Log::channel('cust')->info('Customer Contact ID '.$event->cont->cont_id.' removed for Customer '.$event->cust->name.' by '.Auth::user()->username.'. Details - ', [