Skip to content

Commit

Permalink
Update actions (#87)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: StyleCI <[email protected]>
  • Loading branch information
zds-s and kanyxmo authored May 30, 2024
1 parent ed62c69 commit 4439ea0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Command/ScriptCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

use Hyperf\Collection\Arr;
use Hyperf\Command\Annotation\Command;
use Hyperf\Support\Composer;
use Hyperf\Support\Filesystem\Filesystem;
use Mine\AppStore\Plugin;
use Symfony\Component\Console\Command\Command as SymfonyCommand;
Expand Down
1 change: 0 additions & 1 deletion src/ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public function __invoke()
AppStoreService::class => AppStoreServiceImpl::class,
],
];

$mineJsonPaths = Plugin::getPluginJsonPaths();
foreach ($mineJsonPaths as $jsonPath) {
if (file_exists($jsonPath->getPath() . '/' . Plugin::INSTALL_LOCK_FILE)) {
Expand Down

0 comments on commit 4439ea0

Please sign in to comment.