Skip to content

Commit 9f13f2c

Browse files
authored
Merge pull request #3 from germanbisurgi/master
lowercased namespace
2 parents 6ac2217 + e0ce3ea commit 9f13f2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/JsonEditorAsset.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* file that was distributed with this source code.
88
*/
99

10-
namespace dmstr\JsonEditor;
10+
namespace dmstr\jsoneditor;
1111

1212
use yii\web\AssetBundle;
1313

Diff for: src/JsonEditorWidget.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* file that was distributed with this source code.
88
*/
99

10-
namespace dmstr\JsonEditor;
10+
namespace dmstr\jsoneditor;
1111

1212
use yii\base\InvalidConfigException;
1313
use yii\helpers\ArrayHelper;

0 commit comments

Comments
 (0)