Skip to content

Commit

Permalink
autosort and autofilter user model
Browse files Browse the repository at this point in the history
  • Loading branch information
anandiamy committed Dec 26, 2019
1 parent b827658 commit 77c67b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@

use Illuminate\Notifications\Notifiable;
use Laravolt\Platform\Models\User as Authenticatable;
use Laravolt\Suitable\AutoFilter;
use Laravolt\Suitable\AutoSort;

class User extends Authenticatable
{
use AutoSort;
use AutoFilter;
use Notifiable;
}

0 comments on commit 77c67b6

Please sign in to comment.