Skip to content

Commit

Permalink
chore: path config
Browse files Browse the repository at this point in the history
  • Loading branch information
jevantang committed Mar 22, 2024
1 parent d637eaf commit 4d026cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
],

'paths' => [
'base' => base_path('plugins'),
'unzip_target_path' => base_path('storage/extensions/.tmp'),
'backups' => base_path('storage/extensions/backups'),
'plugins' => base_path('plugins'),
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/MakeCmdWordProviderCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ protected function generateCmdWordService($pluginFskey)
}

if (! is_file($path)) {
$stubPath = __DIR__.'/stubs/app/Providers/cmd-word-provider.stub';
$stubPath = __DIR__.'/stubs/app/Services/cmd-word-service.stub';

$content = file_get_contents($stubPath);

Expand Down

0 comments on commit 4d026cb

Please sign in to comment.