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