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:
parent
fb7733f2e1
commit
b66a0a9b12
@ -851,6 +851,8 @@ class Customer extends Model
|
||||
$customer->fill($data);
|
||||
$customer->save();
|
||||
|
||||
\Eventy::action('customer.created', $customer);
|
||||
|
||||
return $customer;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user