I have a controller with a method
class MyController { public function myNotification($message) { // some code here } }
and I