Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
patrickbrouwers authored and StyleCIBot committed May 21, 2021
1 parent 94b03b8 commit 1e579d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/LaravelNovaExcelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ public function boot()
$this->app->booted(function () {
$this->routes();
});

$this->addExportHelperMacrosToNovaFields();
}

protected function addExportHelperMacrosToNovaFields()
{
Field::macro('onlyOnExport', function () {
Expand Down Expand Up @@ -71,4 +71,4 @@ protected function routes()
->prefix('nova-vendor/maatwebsite/laravel-nova-excel')
->group(__DIR__ . '/../routes/api.php');
}
}
}

0 comments on commit 1e579d3

Please sign in to comment.