Skip to content

Commit

Permalink
Class property fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanda committed Oct 9, 2016
1 parent 0845683 commit 41b1257
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/NetteDatabaseDataSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ class NetteDatabaseDataSource implements IDataSource
*/
protected $sqlParser;

/**
* @var QueryHelper
*/
protected $queryHelper;


/**
* @param Context $connection
Expand Down

0 comments on commit 41b1257

Please sign in to comment.