Skip to content

Commit

Permalink
Added datetime to backend types attribute collection
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin-Magmodules committed Dec 1, 2018
1 parent f80ed6c commit 9c38c16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public function getExludeAttributes()
*/
public function getBackendTypes()
{
return array('text', 'select', 'textarea', 'date', 'int', 'boolean', 'static', 'varchar', 'decimal');
return array('text', 'select', 'textarea', 'date', 'datetime', 'int', 'boolean', 'static', 'varchar', 'decimal');
}

/**
Expand Down

0 comments on commit 9c38c16

Please sign in to comment.