diff --git a/src/Command/MakeShareData.php b/src/Command/MakeShareData.php index 8fb7914..b822c07 100644 --- a/src/Command/MakeShareData.php +++ b/src/Command/MakeShareData.php @@ -49,7 +49,7 @@ public function handle( 'href' => 'http://twitter.com/intent/tweet?status=' . urlencode($title) . '&url=' . urlencode($url) ], 'whatsapp' => [ - 'name' => 'WhatsApp' + 'name' => 'WhatsApp', 'href' => 'whatsapp://send?text=' . urlencode($url), 'class' => 'shares-whatsapp' ],