Skip to content

Commit

Permalink
Format dmitrakovich code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrakovich authored and github-actions[bot] committed Oct 27, 2024
1 parent 043c97a commit 449e9a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/Exports/UsersToSmsTrafficExport.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Maatwebsite\Excel\Concerns\WithHeadings;
use Maatwebsite\Excel\Concerns\WithMapping;

class UsersToSmsTrafficExport implements FromQuery, WithHeadings, WithColumnFormatting, WithMapping, ShouldAutoSize, Responsable
class UsersToSmsTrafficExport implements FromQuery, Responsable, ShouldAutoSize, WithColumnFormatting, WithHeadings, WithMapping
{
use Exportable;

Expand Down Expand Up @@ -44,7 +44,7 @@ public function query(): Builder
}

/**
* @param \App\Models\User\User $user
* @param \App\Models\User\User $user
*/
public function map($user): array
{
Expand Down

0 comments on commit 449e9a5

Please sign in to comment.