Skip to content

Commit

Permalink
added description into Repo model
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Mar 5, 2017
1 parent fb26983 commit 6ea6285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/Repo.php
Expand Up @@ -25,6 +25,7 @@ public function rules()
return [
['id', 'integer'],
['name', 'string'],
['description', 'string'],
];
}
}

0 comments on commit 6ea6285

Please sign in to comment.