Skip to content

Commit

Permalink
Merge pull request #98 from akagane99/master
Browse files Browse the repository at this point in the history
サンプルコード修正 - BlockSettingBehavior
  • Loading branch information
akagane99 committed Aug 26, 2016
2 parents 0e23878 + 0d74e41 commit 859c919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Behavior/BlockSettingBehavior.php
Expand Up @@ -337,7 +337,7 @@ protected function _convertColAndRow(Model $model, $blockSettings, $isRow) {
* ```
* //(例)各プラグインのBlockSettingControllerからの登録処理 [横]データ
* array(
* 'VideoBlockSetting' => array(
* 'VideoSetting' => array(
* 'use_comment' => '1',
* 'use_like' => '1',
* 'use_unlike' => '0',
Expand Down

0 comments on commit 859c919

Please sign in to comment.