File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 34
34
* @method Api\Notification notifications()
35
35
* @method Api\Organization organization()
36
36
* @method Api\Organization organizations()
37
+ * @method Api\Organization\Projects orgProject()
38
+ * @method Api\Organization\Projects orgProjects()
39
+ * @method Api\Organization\Projects organizationProject()
40
+ * @method Api\Organization\Projects organizationProjects()
37
41
* @method Api\PullRequest pr()
38
42
* @method Api\PullRequest pullRequest()
39
43
* @method Api\PullRequest pullRequests()
@@ -205,9 +209,13 @@ public function api($name)
205
209
$ api = new Api \Organization ($ this );
206
210
break ;
207
211
case 'org_project ' :
212
+ case 'orgProject ' :
208
213
case 'org_projects ' :
214
+ case 'orgProjects ' :
209
215
case 'organization_project ' :
216
+ case 'organizationProject ' :
210
217
case 'organization_projects ' :
218
+ case 'organizationProjects ' :
211
219
$ api = new Api \Organization \Projects ($ this );
212
220
break ;
213
221
You can’t perform that action at this time.
0 commit comments