Skip to content

Commit

Permalink
Changed label of attribute: Model Class Name (yiisoft#173) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-w3lifer-grinyov authored and samdark committed Jul 28, 2016
1 parent 45696e9 commit 752f6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/model/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public function attributeLabels()
'ns' => 'Namespace',
'db' => 'Database Connection ID',
'tableName' => 'Table Name',
'modelClass' => 'Model Class',
'modelClass' => 'Model Class Name',
'baseClass' => 'Base Class',
'generateRelations' => 'Generate Relations',
'generateLabelsFromComments' => 'Generate Labels from DB Comments',
Expand Down

0 comments on commit 752f6cf

Please sign in to comment.