for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Mode Success
*
* @author Alexey Krupskiy <[email protected]>
* @link http://inji.ru/
* @copyright 2015 Alexey Krupskiy
* @license https://github.com/injitools/cms-Inji/blob/master/LICENSE
*/
namespace Exchange1c\Mode;
class Deactivate extends \Exchange1c\Mode {
public function process() {
$this->end();
}