Skip to content

Commit

Permalink
phpdocエラー修正
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed Dec 23, 2016
1 parent e9a5455 commit 0c71c0b
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion Config/Migration/1481704096_add_fields_for_m17n.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<?php
class AddFieldsForM17n extends CakeMigration {
/**
* 多言語化対応
*
* @author Shohei Nakajima <nakajimashouhei@gmail.com>
* @link http://www.netcommons.org NetCommons Project
* @license http://www.netcommons.org/license.txt NetCommons License
* @copyright Copyright 2014, NetCommons Project
*/

App::uses('NetCommonsMigration', 'NetCommons.Config/Migration');

/**
* 多言語化対応
*
* @author Shohei Nakajima <nakajimashouhei@gmail.com>
* @package NetCommons\Registrations\Config\Migration
*/
class AddFieldsForM17n extends NetCommonsMigration {

/**
* Migration description
Expand Down

0 comments on commit 0c71c0b

Please sign in to comment.