Skip to content

Commit

Permalink
Merge pull request #131 from bearsunday/fix-namespace
Browse files Browse the repository at this point in the history
Fix namespace
  • Loading branch information
koriym authored Apr 19, 2023
2 parents 8ff0da7 + 42de01f commit d547838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Module/AppModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace MyVendor\MyProject\Module;
namespace BEAR\Skeleton\Module;

use BEAR\Dotenv\Dotenv;
use BEAR\Package\AbstractAppModule;
Expand Down
2 changes: 1 addition & 1 deletion tests/Resource/Page/IndexTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use BEAR\Resource\ResourceInterface;
use BEAR\Skeleton\Injector;
use MyVendor\MyProject\Resource\Page\Index;
use BEAR\Skeleton\Resource\Page\Index;
use PHPUnit\Framework\TestCase;

use function assert;
Expand Down

0 comments on commit d547838

Please sign in to comment.