Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Jul 31, 2024
1 parent d6eab58 commit 9841f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Console/Commands/Install.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
namespace NexaMerchant\Paypal\Console\Commands;

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
Expand Up @@ -9,7 +9,7 @@
*/
namespace NexaMerchant\Paypal\Console\Commands;

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

class UnInstall extends CommandInterface

Expand Down

0 comments on commit 9841f9c

Please sign in to comment.