Skip to content
This repository was archived by the owner on Jul 9, 2019. It is now read-only.

Commit ae6bd1f

Browse files
authored
fix Gcm send command
1 parent e0b8301 commit ae6bd1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Command/GcmPushCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
4848
$message = (new GcmMessage())
4949
->setNotificationBody($input->getArgument('message'))
5050
->setNotificationTitle($input->getOption('title'))
51-
->setNotificationIcon($input->getOption('myicon'))
51+
->setNotificationIcon($input->getOption('icon'))
5252
->addToken($token = $input->getArgument('token'))
5353
;
5454

0 commit comments

Comments
 (0)