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 11<?php
22
3- namespace Github \Api \ Activity ;
3+ namespace Github \Api ;
44
55use DateTime ;
66use DateTimeInterface ;
7- use Github \Api \AbstractApi ;
87
98/**
109 * API for accessing Notifications from your Git/Github repositories.
Original file line number Diff line number Diff line change 2222 * @method Api\Issue issue()
2323 * @method Api\Issue issues()
2424 * @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()
2727 * @method Api\Organization organization()
2828 * @method Api\Organization organizations()
2929 * @method Api\PullRequest pr()
@@ -147,7 +147,7 @@ public function api($name)
147147
148148 case 'notification ' :
149149 case 'notifications ' :
150- $ api = new Api \Activity \ Notification ($ this );
150+ $ api = new Api \Notification ($ this );
151151 break ;
152152
153153 case 'organization ' :
You can’t perform that action at this time.
0 commit comments