Skip to content

Commit

Permalink
Updated for Laminas.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-KM committed Apr 19, 2020
1 parent 34e05f5 commit ec804c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/src/Stdlib/PsrMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace Omeka\Stdlib;

use Zend\I18n\Translator\TranslatorAwareInterface;
use Zend\I18n\Translator\TranslatorAwareTrait;
use Laminas\I18n\Translator\TranslatorAwareInterface;
use Laminas\I18n\Translator\TranslatorAwareTrait;

/**
* Manage a message with a list of placeholders formatted as psr-3.
Expand Down

0 comments on commit ec804c8

Please sign in to comment.