Fixes for not saving sorting in documentation. Add 'sort' attribute to fillable properties in Documentation model.
This commit is contained in:
@@ -37,6 +37,7 @@ final class Documentation extends Model
|
||||
'slug',
|
||||
'is_public',
|
||||
'category_id',
|
||||
'sort',
|
||||
];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user