Skip to content

Commit

Permalink
chore(style): run lint fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAvelar committed Oct 21, 2022
1 parent 16cb0c5 commit c39141d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ExchangeRatesTileServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ public function boot()
}

$this->publishes([
__DIR__.'/../resources/views' => resource_path(
__DIR__ . '/../resources/views' => resource_path(
'views/vendor/dashboard-exchange-rates-tile'
),
], 'dashboard-exchange-rates-views');

$this->loadViewsFrom(
__DIR__.'/../resources/views',
__DIR__ . '/../resources/views',
'dashboard-exchange-rates-tile'
);

Expand Down

0 comments on commit c39141d

Please sign in to comment.