create([ 'entity_type' => $model::class, 'entity_id' => (int) $model->getKey(), 'action' => $action, 'before_data' => $before, 'after_data' => $model->getAttributes(), 'changed_by' => null, 'changed_at' => now(), ]); } }