Completed
Pull Request — api/develop (#47)
by Bertrand
11:43
created
app/Api/Eloquent/Employee.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.