Skip to content

Commit

Permalink
Added fix for namespace change (#1169)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxwilko committed Jul 23, 2024
1 parent 668f371 commit b56e513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/cms/twig/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use Block;
use Cms\Classes\Controller;
use Event;
use System\Classes\Vite;
use System\Classes\Asset\Vite;
use Twig\Extension\AbstractExtension as TwigExtension;
use Twig\TwigFilter as TwigSimpleFilter;
use Twig\TwigFunction as TwigSimpleFunction;
Expand Down
2 changes: 1 addition & 1 deletion modules/system/traits/AssetMaker.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use System\Classes\CombineAssets;
use System\Classes\PluginManager;
use System\Classes\Vite;
use System\Classes\Asset\Vite;
use System\Models\Parameter;
use System\Models\PluginVersion;
use Winter\Storm\Exception\SystemException;
Expand Down

0 comments on commit b56e513

Please sign in to comment.