for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace modules\users\controllers\frontend;
use Yii;
/**
* Class ProfileController
* @package modules\users\controllers\frontend
*/
class ProfileController extends \modules\users\controllers\common\ProfileController
{
}