for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Pageon\SlackWebhookMonolog\Slack;
use Pageon\SlackWebhookMonolog\General\Url;
use Pageon\SlackWebhookMonolog\Slack\Interfaces\IconInterface;
/**
* @author Jelmer Prins <[email protected]>
*
* @since 0.1.0
*/
class UrlIcon extends Url implements IconInterface
{
* {@inheritdoc}
public function getIcon()
return $this->getUrl();
}
public function getType()
return 'url';