Skip to content

Commit

Permalink
fix change the namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jul 31, 2024
1 parent f3f4493 commit a82485a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@
],
"require": {
"ext-sodium": "*",
"nexa-merchant/apps": "dev-main",
"laravel/framework": "~9.0||~10.0||~11.0",
"darkaonline/l5-swagger": "^8.5"
},
"require-dev": {
"phpunit/phpcov": ">=6.0",
"phpunit/phpunit": ">=8.0",
"nexa-merchant/apps": "dev-main",
"laravel/framework": "~9.0||~10.0||~11.0"
},
"autoload": {
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Commands/GenerateApiDocs.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace NexaMerchant\Apis\Console\Commands;
use Illuminate\Support\Facades\Artisan;

use Nicelizhi\Apps\Console\Commands\CommandInterface;
use NexaMerchant\Apps\Console\Commands\CommandInterface;

class GenerateApiDocs extends CommandInterface

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Commands/Install.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace NexaMerchant\Apis\Console\Commands;
use Illuminate\Support\Facades\Artisan;

use Nicelizhi\Apps\Console\Commands\CommandInterface;
use NexaMerchant\Apps\Console\Commands\CommandInterface;

class Install extends CommandInterface

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Commands/UnInstall.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
namespace NexaMerchant\Apis\Console\Commands;

use Nicelizhi\Apps\Console\Commands\CommandInterface;
use NexaMerchant\Apps\Console\Commands\CommandInterface;

class UnInstall extends CommandInterface

Expand Down

0 comments on commit a82485a

Please sign in to comment.