mirror of
https://github.com/typemill/typemill.git
synced 2025-08-31 09:31:53 +02:00
Version 1.4.6: Small fixes and additions
This commit is contained in:
14
system/Events/OnUserConfirmed.php
Normal file
14
system/Events/OnUserConfirmed.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Typemill\Events;
|
||||
|
||||
use Symfony\Component\EventDispatcher\Event;
|
||||
|
||||
/**
|
||||
* Event for the page tree.
|
||||
*/
|
||||
|
||||
class OnUserConfirmed extends BaseEvent
|
||||
{
|
||||
|
||||
}
|
14
system/Events/OnUserDeleted.php
Normal file
14
system/Events/OnUserDeleted.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Typemill\Events;
|
||||
|
||||
use Symfony\Component\EventDispatcher\Event;
|
||||
|
||||
/**
|
||||
* Event for the page tree.
|
||||
*/
|
||||
|
||||
class OnUserDeleted extends BaseEvent
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user