Skip to content

Commit

Permalink
Merge pull request #32 from EscolaLMS/fix/disabled-headings-formatting
Browse files Browse the repository at this point in the history
Disabled heading formatting
  • Loading branch information
dicani0 authored Oct 31, 2023
2 parents 16a5069 + d93d044 commit 3010828
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/EscolaLmsCsvUsersServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use EscolaLms\CsvUsers\Services\CsvUserGroupService;
use EscolaLms\CsvUsers\Services\CsvUserService;
use Illuminate\Support\ServiceProvider;
use Maatwebsite\Excel\Imports\HeadingRowFormatter;

/**
* SWAGGER_VERSION
Expand All @@ -22,6 +23,8 @@ public function boot()
{
$this->loadRoutesFrom(__DIR__.'/routes.php');
$this->loadTranslationsFrom(__DIR__ . '/../resources/lang', 'csv-users');

HeadingRowFormatter::default('none');
}

public function register()
Expand Down

0 comments on commit 3010828

Please sign in to comment.