mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-11 19:06:57 +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:
@@ -37,7 +37,7 @@ use SP\Storage\Database\QueryResult;
|
||||
*
|
||||
* @package SP\Repositories\EventLog
|
||||
*/
|
||||
class EventlogRepository extends Repository
|
||||
final class EventlogRepository extends Repository
|
||||
{
|
||||
/**
|
||||
* Clears the event log
|
||||
|
||||
Reference in New Issue
Block a user