fixing bugs in seo generate, fix bug set publish time in post, changes in import posts command, changes in pagination
This commit is contained in:
@@ -49,7 +49,7 @@ class EditPost extends EditRecord
|
||||
|
||||
protected function processPostData(array $data): array
|
||||
{
|
||||
return (new PostDataProcessor())->process($data);
|
||||
return (new PostDataProcessor())->process($data, 'edit');
|
||||
}
|
||||
|
||||
protected function afterSave(): void
|
||||
|
||||
Reference in New Issue
Block a user