1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-20 04:41:32 +02:00

Version 1.4.3: Register user functions,account-button, cleanup

This commit is contained in:
trendschau
2021-01-04 20:18:31 +01:00
parent cd8c67b5d1
commit 1f063a6778
20 changed files with 163 additions and 600 deletions

View File

@@ -0,0 +1,14 @@
<?php
namespace Typemill\Events;
use Symfony\Component\EventDispatcher\Event;
/**
* Event for the page rendering data.
*/
class OnCacheUpdated extends BaseEvent
{
}