Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpisa committed Oct 8, 2022
1 parent 3cbf372 commit 11326dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/StarterKitServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ public function boot()
{
parent::boot();

$this->loadTranslationsFrom(__DIR__ . '/../lang', 'courier');

$this->publishes([
__DIR__ . '/../tlint.json' => $this->app->basePath('tlint.json'),
__DIR__ . '/../pint.json' => $this->app->basePath('pint.json'),
Expand Down

0 comments on commit 11326dc

Please sign in to comment.