Completed
Push — master ( 5dbf7b...ba112f )
by Roj
03:19
created
src/Transports/SessionTransport.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
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
         ]);
Please login to merge, or discard this patch.