We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed62c69 commit 4439ea0Copy full SHA for 4439ea0
src/Command/ScriptCommand.php
@@ -14,7 +14,6 @@
14
15
use Hyperf\Collection\Arr;
16
use Hyperf\Command\Annotation\Command;
17
-use Hyperf\Support\Composer;
18
use Hyperf\Support\Filesystem\Filesystem;
19
use Mine\AppStore\Plugin;
20
use Symfony\Component\Console\Command\Command as SymfonyCommand;
src/ConfigProvider.php
@@ -33,7 +33,6 @@ public function __invoke()
33
AppStoreService::class => AppStoreServiceImpl::class,
34
],
35
];
36
-
37
$mineJsonPaths = Plugin::getPluginJsonPaths();
38
foreach ($mineJsonPaths as $jsonPath) {
39
if (file_exists($jsonPath->getPath() . '/' . Plugin::INSTALL_LOCK_FILE)) {
0 commit comments