Skip to content

Commit

Permalink
Adjusted namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Apr 21, 2019
1 parent e291374 commit 9008418
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@
<a href="https://github.com/yiisoft" target="_blank">
<img src="https://avatars0.githubusercontent.com/u/993323" height="100px">
</a>
<h1 align="center">Yii i18n PHP message storage</h1>
<h1 align="center">i18n PHP message storage</h1>
<br>
</p>

Expand Down
6 changes: 3 additions & 3 deletions src/PhpFile.php
@@ -1,8 +1,8 @@
<?php
namespace Yii\I18n\Resource;
namespace Yiisoft\I18n\Resource;

use Yii\I18n\MessageReader;
use Yii\I18n\MessageWriter;
use Yiisoft\I18n\MessageReader;
use Yiisoft\I18n\MessageWriter;

class PhpFile implements MessageReader, MessageWriter
{
Expand Down

0 comments on commit 9008418

Please sign in to comment.