We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f0f28d9 + 0d61345 commit 0f8a8f7Copy full SHA for 0f8a8f7
src/Console/Commands/Install.php
@@ -22,7 +22,7 @@ class Install extends Command
22
public function handle()
23
{
24
$this->call('cashier:install', ['--template' => true]);
25
- $this->call('translations:add', ['path' => 'vendor/typicms/subscriptions/src/resources/lang']);
+ $this->call('translations:add', ['path' => 'vendor/typicms/subscriptions/resources/lang']);
26
$this->call('notifications:table');
27
$this->call('vendor:publish', [
28
'--provider' => 'TypiCMS\Modules\Subscriptions\Providers\ModuleServiceProvider',
0 commit comments