* @link http://www.netcommons.org NetCommons Project * @license http://www.netcommons.org/license.txt NetCommons License * @copyright Copyright 2014, NetCommons Project */ //@codeCoverageIgnoreStart App::uses('Shell', 'Console'); //@codeCoverageIgnoreEnd /** * NetCommonsApp Shell * * ※処理がないため、codeCoverageIgnoreを追加する。処理を追加したらcodeCoverageIgnoreを削除する * * @author Shohei Nakajima * @package NetCommons\NetCommons\Controller * @codeCoverageIgnore */ class NetCommonsAppShell extends Shell { }