mirror of
https://github.com/typemill/typemill.git
synced 2025-08-27 15:50:12 +02:00
Version 1.3.0: Meta-Information
This commit is contained in:
14
system/Events/OnMetaLoaded.php
Normal file
14
system/Events/OnMetaLoaded.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Typemill\Events;
|
||||
|
||||
use Symfony\Component\EventDispatcher\Event;
|
||||
|
||||
/**
|
||||
* Event for markdown.
|
||||
*/
|
||||
|
||||
class OnMetaLoaded extends BaseEvent
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user