Skip to content

Commit

Permalink
fix(core): fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Jul 7, 2022
1 parent 7a0ba9c commit b0231e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
use function Thermage\renderToString;
use function Flextype\registry;
use function Glowy\Filesystem\filesystem;
use function Glowy\Strings\strings;

class SitemapGenerateCommand extends Command
{
Expand Down
3 changes: 2 additions & 1 deletion src/core/Sitemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
use function Flextype\entries;
use function Flextype\registry;
use function Flextype\emitter;
use function Flextype\twig;
use function Flextype\Plugin\Twig\twig;
use function Glowy\Strings\strings;

class Sitemap {
public function fetch()
Expand Down

0 comments on commit b0231e9

Please sign in to comment.