Move Plugins tab at the end

This commit is contained in:
Benoît Burnichon
2015-11-02 09:50:36 +01:00
parent c8ff8db409
commit 27bd211b0e
2 changed files with 7 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ use Alchemy\Phrasea\Application;
use Alchemy\Phrasea\Model\Entities\User;
use Doctrine\Common\Collections\ArrayCollection;
use Alchemy\Phrasea\Utilities\Countries;
use Doctrine\Common\Collections\Collection;
class User_Query implements User_QueryInterface
{
@@ -80,7 +81,7 @@ class User_Query implements User_QueryInterface
/**
* Return query results
*
* @return User[]
* @return User[]|Collection
*/
public function get_results()
{