Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pxlrbt authored and github-actions[bot] committed Aug 16, 2022
1 parent 474cd28 commit 54a3155
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Exports/Concerns/WithColumns.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
use Filament\Tables\Contracts\HasTable;
use Illuminate\Database\Schema\Builder;
use Illuminate\Support\Collection;

use function Livewire\invade;

use pxlrbt\FilamentExcel\Columns\Column;

trait WithColumns
Expand Down
2 changes: 2 additions & 0 deletions src/Exports/ExcelExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Str;
use Livewire\Component;

use function Livewire\invade;

use Maatwebsite\Excel\Concerns\Exportable;
use Maatwebsite\Excel\Concerns\FromQuery;
use Maatwebsite\Excel\Concerns\ShouldAutoSize;
Expand Down

0 comments on commit 54a3155

Please sign in to comment.