Skip to content

Commit 768ae09

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Fix CS [Validator] Add Polish translation for ISIN constraint
2 parents 7005da0 + 7e4a535 commit 768ae09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Store/CombinedStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
*/
3030
class CombinedStore implements StoreInterface, LoggerAwareInterface
3131
{
32-
use LoggerAwareTrait;
3332
use ExpiringStoreTrait;
33+
use LoggerAwareTrait;
3434

3535
/** @var PersistingStoreInterface[] */
3636
private $stores;

0 commit comments

Comments
 (0)