@@ -111,7 +111,7 @@ |
||
| 111 | 111 | $use_gravatar = config('company.use_gravatar'); |
| 112 | 112 | |
| 113 | 113 | if ($use_gravatar) { |
| 114 | - static::updated(function (Employee $employee) { |
|
| 114 | + static::updated(function(Employee $employee) { |
|
| 115 | 115 | $changed_attributes = $employee->getDirty(); |
| 116 | 116 | |
| 117 | 117 | if (array_key_exists('work_email', $changed_attributes)) { |