Skip to content

Commit be20be7

Browse files
committed
Fixes fatal error caused by a namespace typo
1 parent be7dc8f commit be20be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Container/WordPressPopularPostsConfiguration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use WordPressPopularPosts\Admin\Admin;
66
use WordPressPopularPosts\Block\Widget\Widget as BlockWidget;
77
use WordPressPopularPosts\Front\Front;
8-
use WordPressPopularPosts\ShortCode\ShortcodeLoader;
8+
use WordPressPopularPosts\Shortcode\ShortcodeLoader;
99
use WordPressPopularPosts\Rest\{ Controller, PostsEndpoint, TaxonomiesEndpoint, ThemesEndpoint, ThumbnailsEndpoint, ViewLoggerEndpoint, WidgetEndpoint };
1010
use WordPressPopularPosts\Widget\Widget;
1111

0 commit comments

Comments
 (0)