Skip to content

Commit

Permalink
Fix issue when duplication relation (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
acasar authored May 24, 2024
1 parent 846c20e commit 17229a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions models/Attribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ class Attribute extends Model
*/
public $table = 'rainlab_translate_attributes';

/**
* @var bool Indicates if the model should be timestamped.
*/
public $timestamps = false;

public $morphTo = [
'model' => []
];
Expand Down

0 comments on commit 17229a8

Please sign in to comment.