Skip to content

Commit 0f8a8f7

Browse files
authored
Merge pull request #11 from nunofmmarques/fix_install
fix translations path on install command
2 parents f0f28d9 + 0d61345 commit 0f8a8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/Install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Install extends Command
2222
public function handle()
2323
{
2424
$this->call('cashier:install', ['--template' => true]);
25-
$this->call('translations:add', ['path' => 'vendor/typicms/subscriptions/src/resources/lang']);
25+
$this->call('translations:add', ['path' => 'vendor/typicms/subscriptions/resources/lang']);
2626
$this->call('notifications:table');
2727
$this->call('vendor:publish', [
2828
'--provider' => 'TypiCMS\Modules\Subscriptions\Providers\ModuleServiceProvider',

0 commit comments

Comments
 (0)