We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a0ba9c commit b0231e9Copy full SHA for b0231e9
src/core/Console/Commands/Sitemap/SitemapGenerateCommand.php
@@ -25,6 +25,7 @@
25
use function Thermage\renderToString;
26
use function Flextype\registry;
27
use function Glowy\Filesystem\filesystem;
28
+use function Glowy\Strings\strings;
29
30
class SitemapGenerateCommand extends Command
31
{
src/core/Sitemap.php
@@ -5,7 +5,8 @@
5
use function Flextype\entries;
6
7
use function Flextype\emitter;
8
-use function Flextype\twig;
+use function Flextype\Plugin\Twig\twig;
9
10
11
class Sitemap {
12
public function fetch()
0 commit comments