coding styles
This commit is contained in:
@@ -39,18 +39,7 @@ class Article extends Model implements HasMedia
|
||||
|
||||
protected $table = 'shop_articles';
|
||||
|
||||
protected $revisionEnabled = true;
|
||||
|
||||
protected $keepRevisionOf = [
|
||||
'article_nature_id',
|
||||
'product_type',
|
||||
'product_id',
|
||||
'ref',
|
||||
'name',
|
||||
'description',
|
||||
'visible',
|
||||
'homepage',
|
||||
];
|
||||
protected $dontKeepRevisionOf = ['updated_by', 'updated_at'];
|
||||
|
||||
public function article_nature(): BelongsTo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user