Skip to content

Commit 22dbd06

Browse files
author
Martin Brecht-Precht
committed
Fixed an issue with misspelled namespaces.
1 parent c34b6f0 commit 22dbd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dispatcher/EventDispatcher/SimpleMarkdomEventDispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace Markdom\Handler\EventDispatcher;
3+
namespace Markdom\Dispatcher\EventDispatcher;
44

55
use Markdom\Common\BlockType;
66
use Markdom\Common\ContentType;

0 commit comments

Comments
 (0)