浏览代码

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: