Skip to content

Commit

Permalink
Merge pull request contributte#474 from radekdostal/dibi-3.0
Browse files Browse the repository at this point in the history
Added annotation \Dibi\Fluent.
  • Loading branch information
juniwalk authored Feb 27, 2017
2 parents 270b0df + d06bd4f commit c034de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataGrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ public function setPrimaryKey($primary_key)

/**
* Set Grid data source
* @param DataSource\IDataSource|array|\DibiFluent|Nette\Database\Table\Selection|\Doctrine\ORM\QueryBuilder $source
* @param DataSource\IDataSource|array|\DibiFluent|\Dibi\Fluent|Nette\Database\Table\Selection|\Doctrine\ORM\QueryBuilder $source
* @return static
*/
public function setDataSource($source)
Expand Down

0 comments on commit c034de0

Please sign in to comment.