for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Sailor theme for hiqdev/yii2-thememanager
*
* @link https://github.com/hiqdev/yii2-theme-sailor
* @package yii2-theme-sailor
* @license BSD-3-Clause
* @copyright Copyright (c) 2017-2018, HiQDev (http://hiqdev.com/)
*/
namespace hiqdev\themes\sailor\widgets;
use yii\base\Widget;
class Callaction extends Widget
{
public function run()
return $this->render('Callaction');
}