GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.
Changing property access of provider interface from public to public_jobs
Motivation and context
The Background problem is when ProviderInterface trying to access public property from repository provided, in my case its Gitlab. Then it throw error that said stdClass::$public is undefined
How has this been tested?
I tried to refresh the page then everything goes well
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
Checklist:
Go over all the following points, and put an x in all the boxes that apply.
Please, please, please, don't send your pull request until all of the boxes are ticked. Once your pull request is created, it will trigger a build on our continuous integration server to make sure your tests and code style pass.
[x] My pull request addresses exactly one patch/feature.
If you're unsure about any of these, don't hesitate to ask. We're here to help!
Description
Changing property access of provider interface from public to public_jobs
Motivation and context
The Background problem is when ProviderInterface trying to access
public
property fromrepository
provided, in my case its Gitlab. Then it throw error that saidstdClass::$public is undefined
How has this been tested?
I tried to refresh the page then everything goes well
Types of changes
Checklist:
Go over all the following points, and put an
x
in all the boxes that apply.Please, please, please, don't send your pull request until all of the boxes are ticked. Once your pull request is created, it will trigger a build on our continuous integration server to make sure your tests and code style pass.
If you're unsure about any of these, don't hesitate to ask. We're here to help!