Skip to content

Commit b0231e9

Browse files
committed
fix(core): fix namespaces
1 parent 7a0ba9c commit b0231e9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/core/Console/Commands/Sitemap/SitemapGenerateCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
use function Thermage\renderToString;
2626
use function Flextype\registry;
2727
use function Glowy\Filesystem\filesystem;
28+
use function Glowy\Strings\strings;
2829

2930
class SitemapGenerateCommand extends Command
3031
{

src/core/Sitemap.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
use function Flextype\entries;
66
use function Flextype\registry;
77
use function Flextype\emitter;
8-
use function Flextype\twig;
8+
use function Flextype\Plugin\Twig\twig;
9+
use function Glowy\Strings\strings;
910

1011
class Sitemap {
1112
public function fetch()

0 commit comments

Comments
 (0)