Learner\Services\Forms\UpdateBlogFormService::getInputData PHP Method

getInputData() public method

Get the prepared input data.
public getInputData ( ) : array
return array
    public function getInputData()
    {
        return array_only($this->inputData, ['category_id', 'title', 'body', 'is_published', 'created_at']);
    }
UpdateBlogFormService