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()
@@ -206,9 +210,13 @@ public function api($name)
206
210
$ api = new Api \Organization ($ this );
207
211
break ;
208
212
case 'org_project ' :
213
+ case 'orgProject ' :
209
214
case 'org_projects ' :
215
+ case 'orgProjects ' :
210
216
case 'organization_project ' :
217
+ case 'organizationProject ' :
211
218
case 'organization_projects ' :
219
+ case 'organizationProjects ' :
212
220
$ api = new Api \Organization \Projects ($ this );
213
221
break ;
214
222
You can’t perform that action at this time.
0 commit comments