Continuo migrando, estoy perfilando activity y los settings

This commit is contained in:
imnavajas
2024-05-01 22:13:00 +02:00
parent dce9e08cf6
commit 54de3402f3
62 changed files with 698 additions and 425 deletions

View File

@ -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);
});
*/