Skip to content

Commit

Permalink
Define sourceLastUpdateDateField for enhancer [API-270]
Browse files Browse the repository at this point in the history
  • Loading branch information
IllyaMoskvin committed Mar 23, 2022
1 parent cc23301 commit e324dbb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

abstract class AbstractEnhancerTransformer extends BaseTransformer
{
public static $sourceLastUpdateDateField = 'updated_at';

protected $passthrough = false;

public function shouldSave(Model $instance, $datum, $isNew = null)
Expand Down

0 comments on commit e324dbb

Please sign in to comment.