Skip to content

Commit 6904aac

Browse files
author
Mattias Fjellvang
committed
added feedback handler
1 parent 241bc22 commit 6904aac

File tree

1 file changed

+4
-0
lines changed
  • src/Davibennun/LaravelPushNotification

1 file changed

+4
-0
lines changed

src/Davibennun/LaravelPushNotification/App.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,8 @@ public function send($message, $options = array())
3535
return $this->pushManager->push();
3636
}
3737

38+
public function feedback() {
39+
return [];
40+
}
41+
3842
}

0 commit comments

Comments
 (0)