ソースを参照

Update Jsonable.md

Mark Sch 9 年 前
コミット
de41ac0f01
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/Behavior/Jsonable.md

+ 1 - 1
docs/Behavior/Jsonable.md

@@ -7,7 +7,7 @@ A CakePHP behavior to automatically store nested data as JSON string and return
 ## Usage
 Attach it to your model's `Table` class in its `initialize()` like so:
 ```php
-	$this->addBehavior('Tools.Jsonable', $options);
+$this->addBehavior('Tools.Jsonable', $options);
 ```
 
 Tip: If you have other behaviors that might modify the array data prior to saving, better use a higher priority: