ea3ab21beb
* Refactor notifications to allow easier plugins * Notification refactoring * Formatting * Move news to NewsService; cleanup of events * More refactoring; added send email out for news item and the template * Formatting * Formatting
8 lines
69 B
PHP
8 lines
69 B
PHP
<?php
|
|
|
|
namespace App\Events;
|
|
|
|
class CronHourly extends BaseEvent
|
|
{
|
|
}
|