mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 15:05:54 +00:00
Update Widget.php
This commit is contained in:
parent
8d5203c08a
commit
86bf12a181
@ -16,7 +16,6 @@ class Widget extends DataObject
|
|||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
private static $db = array(
|
private static $db = array(
|
||||||
"Title" => "Varchar(255)",
|
|
||||||
"Title" => "Varchar(255)",
|
"Title" => "Varchar(255)",
|
||||||
"Sort" => "Int",
|
"Sort" => "Int",
|
||||||
"Enabled" => "Boolean",
|
"Enabled" => "Boolean",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user