| 1 | <?php |
||
| 9 | class PolarNotificationController extends AbstractController |
||
| 10 | { |
||
| 11 | protected $polarNotificationRepository; |
||
| 12 | |||
| 13 | public function __construct(PolarNotificationRepository $polarNotificationRepository) |
||
| 17 | |||
| 18 | public function recent(Request $request) |
||
| 24 | |||
| 25 | public function markAsRead(Request $request) |
||
| 31 | } |
||
| 32 |