Skip to content

Commit

Permalink
1st fix for one of the pull requests mootensai#151
Browse files Browse the repository at this point in the history
  • Loading branch information
drew1two committed Mar 8, 2020
1 parent 9f05bbb commit c30ca44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/default/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public static function tableName()
{
return '<?= $generator->generateTableName($tableName) ?>';
}
<?php if ($enabled->db !== 'db'): ?>
<?php if ($generator->db !== 'db'): ?>

/**
* @return \yii\db\Connection the database connection used by this AR class.
Expand Down

0 comments on commit c30ca44

Please sign in to comment.