Skip to content

Commit

Permalink
Fixed sluggable field size.
Browse files Browse the repository at this point in the history
  • Loading branch information
lantian committed Apr 2, 2014
1 parent fa854b3 commit 784b528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/engine/Db/Model/Behavior/Sluggable.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
trait Sluggable
{
/**
* @Column(type="string", nullable=false, column="slug")
* @Column(type="string", nullable=false, column="slug", size="255")
*/
public $slug;

Expand Down

0 comments on commit 784b528

Please sign in to comment.