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:
14
system/Events/OnCacheUpdated.php
Normal file
14
system/Events/OnCacheUpdated.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Typemill\Events;
|
||||
|
||||
use Symfony\Component\EventDispatcher\Event;
|
||||
|
||||
/**
|
||||
* Event for the page rendering data.
|
||||
*/
|
||||
|
||||
class OnCacheUpdated extends BaseEvent
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user