Skip to content

Commit

Permalink
Made namespace explicit coz thatz the way I like it!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammaye committed Oct 4, 2016
1 parent 87ae49f commit 0987c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Yii;
use yii\db\Query as BaseQuery;
use PagedQueryResult;
use sammaye\pq\PagedQueryResult;

class Query extends BaseQuery
{
Expand Down

0 comments on commit 0987c45

Please sign in to comment.