Skip to content

Commit

Permalink
removed unused trait
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed May 31, 2024
1 parent 3a75423 commit 3c76c7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Livewire/Admin/Users/Users.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Illuminate\Contracts\Pagination\LengthAwarePaginator;
use Illuminate\Contracts\View\View;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Foundation\Auth\Access\AuthorizesRequests;
use Illuminate\Support\Carbon;
use Illuminate\Support\Facades\Mail;
use Livewire\Attributes\Title;
Expand All @@ -19,7 +18,6 @@
#[Title('Users')]
class Users extends Component
{
use AuthorizesRequests;
use WithPagination;

public int $paginate = 25;
Expand Down

0 comments on commit 3c76c7e

Please sign in to comment.