- 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.
8 lines
39 B
PHP
8 lines
39 B
PHP
<?php
|
|
namespace view;
|
|
|
|
class Cron
|
|
{
|
|
|
|
}
|