Skip to content

Commit

Permalink
Removed major text limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Stardog committed Nov 10, 2017
1 parent b6946d3 commit 28daccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/Resource/Roommate.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function __construct()
$this->twitter->allowNull(true);
$this->politics = new \phpws2\Variable\Alphanumeric(null, 'politics', 50);
$this->politics->allowNull(true);
$this->major = new \phpws2\Variable\TextOnly(null, 'major', 50);
$this->major = new \phpws2\Variable\TextOnly(null, 'major');
$this->major->allowNull(true);
$this->focus = new \phpws2\Variable\Alphanumeric(null, 'focus', 50);
$this->focus->allowNull(true);
Expand Down

0 comments on commit 28daccf

Please sign in to comment.