Skip to content

Commit

Permalink
added comment for model extended
Browse files Browse the repository at this point in the history
  • Loading branch information
eluhr committed Mar 24, 2023
1 parent 08bd2a5 commit 47bf621
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/generators/model/default/model-extended.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,18 @@
*/
class <?= $className ?> extends Base<?= $className . "\n" ?>
{

/**
* @inheritdoc
*/
public function behaviors()
{
$behaviors = parent::behaviors();
return $behaviors;
}

/**
* @inheritdoc
*/
public function rules()
{
$rules = parent::rules();
Expand Down

0 comments on commit 47bf621

Please sign in to comment.