Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
luler committed Jun 24, 2021
1 parent df1d63c commit d478192
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"autoload": {
"psr-4": {
"Luler\\Helpers\\": "src/Helpers"
"Luler\\IdPhotoBackgroundSwitch\\": "src/IdPhotoBackgroundSwitch"
}
},
"autoload-dev": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Luler\Helpers;
namespace Luler\IdPhotoBackgroundSwitch;

class IdPhotoHelper
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace Test;

use Luler\Helpers\IdPhotoHelper;
use Luler\IdPhotoBackgroundSwitch\IdPhotoHelper;
use PHPUnit\Framework\TestCase;

class Test extends TestCase
Expand Down

0 comments on commit d478192

Please sign in to comment.