Skip to content

Commit

Permalink
Update depreated AppMeta
Browse files Browse the repository at this point in the history
  • Loading branch information
koriym committed Sep 3, 2023
1 parent 0150196 commit 82a8a63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/AppPathProviderTestModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace Madapaja\TwigModule;

use BEAR\AppMeta\AbstractAppMeta;
use BEAR\AppMeta\AppMeta;
use BEAR\AppMeta\Meta;
use Madapaja\TwigModule\Annotation\TwigPaths;
use Ray\Di\AbstractModule;

Expand All @@ -16,7 +16,7 @@ class AppPathProviderTestModule extends AbstractModule
*/
protected function configure()
{
$this->bind(AbstractAppMeta::class)->toInstance(new AppMeta('Madapaja\TwigModule'));
$this->bind(AbstractAppMeta::class)->toInstance(new Meta('Madapaja\TwigModule'));
$this->install(new TwigModule());
$this->bind()->annotatedWith(TwigPaths::class)->toProvider(AppPathProvider::class);
}
Expand Down

0 comments on commit 82a8a63

Please sign in to comment.