1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-24 19:33:07 +01:00

customer.created hook

This commit is contained in:
FreeScout 2020-09-15 08:04:04 -07:00
parent fb7733f2e1
commit b66a0a9b12

View File

@ -851,6 +851,8 @@ class Customer extends Model
$customer->fill($data);
$customer->save();
\Eventy::action('customer.created', $customer);
return $customer;
}