Skip to content

Commit

Permalink
API Use class from new template engine module (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Nov 6, 2024
1 parent 883471c commit 97f5092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"behat/mink": "^1.10.0",
"friends-of-behat/mink-extension": "^2",
"silverstripe/mink-facebook-web-driver": "^2",
"silverstripe/template-engine": "^1",
"symfony/dom-crawler": "^7.0",
"silverstripe/testsession": "^4",
"silverstripe/framework": "^6",
Expand Down
2 changes: 1 addition & 1 deletion src/Controllers/ModuleInitialisationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use Exception;
use SilverStripe\Core\Manifest\Module;
use SilverStripe\Model\ArrayData;
use SilverStripe\View\SSTemplateEngine;
use SilverStripe\TemplateEngine\SSTemplateEngine;
use SilverStripe\View\ViewLayerData;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;
Expand Down

0 comments on commit 97f5092

Please sign in to comment.