diff options
Diffstat (limited to 'include/help.php')
-rw-r--r-- | include/help.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/help.php b/include/help.php index 12721a30b..0efe90a9f 100644 --- a/include/help.php +++ b/include/help.php @@ -1,6 +1,6 @@ <?php -use \Michelf\MarkdownExtra; +use Michelf\MarkdownExtra; use CommerceGuys\Intl\Language\LanguageRepository; require_once('include/items.php'); |