Skip to content

Commit

Permalink
Merge pull request #2 from besnovatyj/master
Browse files Browse the repository at this point in the history
Update AuthItemChild.php
  • Loading branch information
krivochenko committed Feb 25, 2016
2 parents 0c4aff2 + 298da16 commit bc9cc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/AuthItemChild.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class AuthItemChild extends \yii\db\ActiveRecord
*/
public static function tableName()
{
return '{{$auth_item_child}}';
return '{{%auth_item_child}}';
}

/**
Expand Down

0 comments on commit bc9cc51

Please sign in to comment.