gitscrum-team / laravel-gitscrum

GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.
https://site.gitscrum.com
MIT License
2.89k stars 728 forks source link

Trying to fix access public property #331

Closed khrlimam closed 6 years ago

khrlimam commented 6 years ago

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 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

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!