Skip to content

Commit

Permalink
change namespace activeQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatenkovnikita committed Sep 21, 2017
1 parent c417ad5 commit 0cfed3a
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 @@ -128,7 +128,7 @@ public function get<?= $name ?>()
?>
/**
* @inheritdoc
* @return <?= $queryClassFullName ?> the active query used by this AR class.
* @return <?= str_replace('\generated', '',$queryClassFullName) ?> the active query used by this AR class.
*/
public static function find()
{
Expand Down

0 comments on commit 0cfed3a

Please sign in to comment.