Refactor Cron class: remove unused methods and clean up code

- Deleted methods related to points history management, push notifications, and email notifications from the factory Cron class to streamline functionality.
- Removed the main_view method from the view Cron class as it was not needed.
This commit is contained in:
2025-09-03 12:36:30 +02:00
parent f5a468393a
commit d01f237aeb
4 changed files with 4 additions and 1319 deletions

View File

@@ -2,10 +2,6 @@
namespace view;
class Cron
{
public static function main_view()
{
$tpl = new \Tpl;
return $tpl -> render( 'cron/main-view' );
}
{
}