Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
Added type to task manager model
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Olde Hampsink committed Oct 30, 2015
1 parent e90e55f commit c2dc111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/TaskManagerModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ protected function defineAttributes()
{
return array_merge(parent::defineAttributes(), array(
'level' => AttributeType::Number,
'type' => AttributeType::String,
'description' => AttributeType::String,
'parentId' => AttributeType::Mixed,
'totalSteps' => AttributeType::Number,
Expand Down

0 comments on commit c2dc111

Please sign in to comment.