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

getAttributes() public method

Custom user attributes aliases.
public getAttributes ( ) : array
return array
    public function getAttributes()
    {
        return ['category_id' => lang('blog.category_id', 'Blog category'), 'title' => lang('blog.title', 'Blog title'), 'body' => lang('blog.body', 'Blog content'), 'created_at' => lang('blog.created_at', 'Create Time')];
    }
UpdateBlogFormService