1
0
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:
trendschau
2019-12-31 15:57:45 +01:00
parent ead51d6540
commit 7d41c4894c
85 changed files with 964 additions and 1364 deletions

View File

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