diff --git a/manual/docs/en/class-templates.txt b/manual/docs/en/class-templates.txt index 11d416dbf..125429506 100644 --- a/manual/docs/en/class-templates.txt +++ b/manual/docs/en/class-templates.txt @@ -344,7 +344,7 @@ class User extends Doctrine_Record public function setUp() { - $this->actAs('Sluggable', array('columns' => array('username'))); + $this->actAs('Sluggable', array('fields' => array('username'))); } } @@ -356,7 +356,7 @@ User: actAs: Sluggable: columns: [username] - columns: + fields: username: type: string(125) password: