Skip to content

Commit

Permalink
Misunderstood
Browse files Browse the repository at this point in the history
  • Loading branch information
fiSCIENCES committed Sep 12, 2024
1 parent b8d8084 commit b02912a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SelectMapLocationAssets.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace fisciences\maplocation;
namespace kalyabin\maplocation;

use yii\web\AssetBundle;

Expand Down
2 changes: 1 addition & 1 deletion SelectMapLocationWidget.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
namespace fisciences\maplocation;
namespace kalyabin\maplocation;

use Yii;
use yii\base\Model;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"autoload": {
"psr-4": {
"fisciences\\maplocation\\": ""
"kalyabin\\maplocation\\": ""
}
},
"minimum-stability": "stable",
Expand Down

0 comments on commit b02912a

Please sign in to comment.