mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Continuo migrando, estoy perfilando activity y los settings
This commit is contained in:
@ -54,7 +54,6 @@ Events::on('pre_system', static function () {
|
||||
}
|
||||
});
|
||||
|
||||
/*
|
||||
Events::on('login', static function ($user) {
|
||||
helper('logger');
|
||||
getSystemSettings();
|
||||
@ -65,4 +64,3 @@ Events::on('logout', static function ($user) {
|
||||
helper('logger');
|
||||
setLog('information','user-logout', $user->id);
|
||||
});
|
||||
*/
|
||||
Reference in New Issue
Block a user