Skip to content

Commit 4439ea0

Browse files
zds-skanyxmo
andauthored
Update actions (#87)
--------- Co-authored-by: StyleCI <[email protected]>
1 parent ed62c69 commit 4439ea0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Command/ScriptCommand.php

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
use Hyperf\Collection\Arr;
1616
use Hyperf\Command\Annotation\Command;
17-
use Hyperf\Support\Composer;
1817
use Hyperf\Support\Filesystem\Filesystem;
1918
use Mine\AppStore\Plugin;
2019
use Symfony\Component\Console\Command\Command as SymfonyCommand;

src/ConfigProvider.php

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public function __invoke()
3333
AppStoreService::class => AppStoreServiceImpl::class,
3434
],
3535
];
36-
3736
$mineJsonPaths = Plugin::getPluginJsonPaths();
3837
foreach ($mineJsonPaths as $jsonPath) {
3938
if (file_exists($jsonPath->getPath() . '/' . Plugin::INSTALL_LOCK_FILE)) {

0 commit comments

Comments
 (0)