mirror of
https://github.com/typemill/typemill.git
synced 2025-08-19 04:12:08 +02:00
content restrictions in system settings and meta-tabs
This commit is contained in:
14
system/Events/OnRestrictionsLoaded.php
Normal file
14
system/Events/OnRestrictionsLoaded.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Typemill\Events;
|
||||
|
||||
use Symfony\Component\EventDispatcher\Event;
|
||||
|
||||
/**
|
||||
* Event for page restrictions.
|
||||
*/
|
||||
|
||||
class OnRestrictionsLoaded extends BaseEvent
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user