Skip to content

Commit

Permalink
fixup! Replace slim/views to use slim/twig-view
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Dec 27, 2020
1 parent 9a1d5c4 commit 3c43495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/LazyContainerProperties.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use LazyProperty\LazyPropertiesTrait;
use MongoDB;
use Slim\App;
use Slim\View;
use Slim\Views\Twig;
use XHGui\Application;
use XHGui\Controller;
use XHGui\Saver\SaverInterface;
Expand Down Expand Up @@ -35,7 +35,7 @@ trait LazyContainerProperties
protected $searcher;
/** @var SaverInterface */
protected $saver;
/** @var View */
/** @var Twig */
protected $view;
/** @var Controller\WatchController */
protected $watches;
Expand Down

0 comments on commit 3c43495

Please sign in to comment.