mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-04 15:44:07 +01:00
* [ADD] Unit testing. Work in progress
* [MOD] Code refactoring * [MOD] Make classes final for performance improvements and avoid some side behaviours
This commit is contained in:
@@ -34,7 +34,7 @@ use SP\Storage\Database\QueryData;
|
||||
*
|
||||
* @package SP\Repositories\UserGroup
|
||||
*/
|
||||
class UserToUserGroupRepository extends Repository
|
||||
final class UserToUserGroupRepository extends Repository
|
||||
{
|
||||
use RepositoryItemTrait;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user