Skip to content

Commit f5419d4

Browse files
authored
Apply fixes from StyleCI (#2247)
Co-authored-by: Jason Varga <jasonvarga@users.noreply.github.com>
1 parent a125700 commit f5419d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Providers/AddonServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ protected function bootConfig()
178178
$this->mergeConfigFrom($origin, $filename);
179179

180180
$this->publishes([
181-
$origin => config_path("{$filename}.php")
181+
$origin => config_path("{$filename}.php"),
182182
], "{$filename}-config");
183183

184184
return $this;
@@ -197,7 +197,7 @@ protected function bootTranslations()
197197
$this->loadTranslationsFrom($origin, $slug);
198198

199199
$this->publishes([
200-
$origin => resource_path("lang/vendor/{$slug}")
200+
$origin => resource_path("lang/vendor/{$slug}"),
201201
], "{$slug}-translations");
202202

203203
return $this;

0 commit comments

Comments
 (0)