| @@ -34,7 +34,7 @@ | ||
| 34 | 34 | */ | 
| 35 | 35 | public function send(Notification $notification) | 
| 36 | 36 |      { | 
| 37 | - $this->session->push($this->key.'.new', [ | |
| 37 | + $this->session->push($this->key . '.new', [ | |
| 38 | 38 | 'type' => $notification->getType(), | 
| 39 | 39 | 'message' => $notification->getMessage(), | 
| 40 | 40 | ]); |