fixes #700
This commit is contained in:
parent
41cf13e143
commit
7255e4fd97
@ -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')));
|
||||
}
|
||||
}
|
||||
</code>
|
||||
@ -356,7 +356,7 @@ User:
|
||||
actAs:
|
||||
Sluggable:
|
||||
columns: [username]
|
||||
columns:
|
||||
fields:
|
||||
username:
|
||||
type: string(125)
|
||||
password:
|
||||
|
Loading…
Reference in New Issue
Block a user