Correct namespace

This commit is contained in:
Aidan Woods 2018-11-04 13:26:11 +00:00
parent 04581d0915
commit 7690b98f61
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Erusev\Parsedown\Sanisisation;
namespace Erusev\Parsedown\Html\Sanisisation;
final class Escaper
{