Learner\Repositories\Eloquent\CategoryRepository::getCreateForm PHP Method

getCreateForm() public method

Get create form service.
public getCreateForm ( ) : CreateCategoryFormService
return Learner\Services\Forms\CreateCategoryFormService
    public function getCreateForm()
    {
        return new CreateCategoryFormService();
    }