File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Github \Api \ Activity ;
3
+ namespace Github \Api ;
4
4
5
5
use DateTime ;
6
6
use DateTimeInterface ;
7
- use Github \Api \AbstractApi ;
8
7
9
8
/**
10
9
* API for accessing Notifications from your Git/Github repositories.
Original file line number Diff line number Diff line change 22
22
* @method Api\Issue issue()
23
23
* @method Api\Issue issues()
24
24
* @method Api\Markdown markdown()
25
- * @method Api\Activity\ Notification notification()
26
- * @method Api\Activity\ Notification notifications()
25
+ * @method Api\Notification notification()
26
+ * @method Api\Notification notifications()
27
27
* @method Api\Organization organization()
28
28
* @method Api\Organization organizations()
29
29
* @method Api\PullRequest pr()
@@ -147,7 +147,7 @@ public function api($name)
147
147
148
148
case 'notification ' :
149
149
case 'notifications ' :
150
- $ api = new Api \Activity \ Notification ($ this );
150
+ $ api = new Api \Notification ($ this );
151
151
break ;
152
152
153
153
case 'organization ' :
You can’t perform that action at this time.
0 commit comments