Files
bilety.brzezovka.pl/autoload/factory/class.Cron.php
Jacek Pyziak d01f237aeb 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.
2025-09-03 12:36:30 +02:00

6 lines
40 B
PHP

<?php
namespace factory;
class Cron
{
}