mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-06 23:39:51 +01:00
Cache the trees structures for treeViews used in the sidebar.
This commit is contained in:
@@ -37,7 +37,7 @@ use Symfony\Component\Security\Core\User\UserInterface;
|
||||
* @method User[] findAll()
|
||||
* @method User[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null)
|
||||
*/
|
||||
class UserRepository extends EntityRepository implements PasswordUpgraderInterface
|
||||
class UserRepository extends NamedDBElementRepository implements PasswordUpgraderInterface
|
||||
{
|
||||
protected $anonymous_user;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user