Skip to content

Commit

Permalink
var Label
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagotalma committed Nov 14, 2023
1 parent e41f00c commit af18ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/generators/model/Generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public function attributeLabels()
'generateRelations' => 'Generate Relations',
'generateJunctionRelationMode' => 'Generate Junction Relations As',
'generateRelationsFromCurrentSchema' => 'Generate Relations from Current Schema',
'generateRelationNameFromDestinationTable' => 'Generate Relations Name Using Destination Table Name',
'generateRelationNameFromDestinationTable' => 'Generate Relation Names Using Target Table Name',
'useClassConstant' => 'Use `::class`',
'generateLabelsFromComments' => 'Generate Labels from DB Comments',
'generateQuery' => 'Generate ActiveQuery',
Expand Down Expand Up @@ -197,7 +197,7 @@ class.',
Make sure you also generate the junction models when using the "Via Model" option.
',
'generateRelationsFromCurrentSchema' => 'This indicates whether the generator should generate relations from current schema or from all available schemas.',
'generateRelationNameFromDestinationTable' => 'This indicates whether the relation name should reflect the target table name.',
'generateRelationNameFromDestinationTable' => 'This indicates whether the relation names should use target table name.',
'useClassConstant' => 'Use the `::class` constant instead of the `::className()` method.',
'generateLabelsFromComments' => 'This indicates whether the generator should generate attribute labels
by using the comments of the corresponding DB columns.',
Expand Down

0 comments on commit af18ff3

Please sign in to comment.