for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @license MIT
* @author Igor Sorokin <[email protected]>
*/
namespace Dspbee\Bundle\Alert;
* Class AlertSuccess
* @package Dspbee\Bundle\Alert
abstract class AlertSuccess extends Alert
{
public function __construct()
$this->color = 'blue';
}