Skip to content

Commit

Permalink
Increased the character count
Browse files Browse the repository at this point in the history
  • Loading branch information
gorriecoe authored Jun 27, 2016
1 parent cd5c8e7 commit 7df7ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/sections/ContentSection.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ContentSection extends Section
* @var array
*/
private static $db = array(
'Title' => 'Varchar(40)',
'Title' => 'Text',
'Content' => 'HTMLText'
);

Expand Down

0 comments on commit 7df7ab5

Please sign in to comment.