Skip to content

Commit

Permalink
add tag to publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
kongulov committed Aug 10, 2020
1 parent 8056f88 commit f242c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FieldServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function boot()
});
$this->publishes([
__DIR__ . '/../config/nova_tab_translatable.php' => config_path('nova_tab_translatable.php'),
], 'config');
], 'nova-tab-translatable-config');
}

/**
Expand Down

0 comments on commit f242c46

Please sign in to comment.