Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 committed Oct 30, 2024
1 parent a86299b commit f9bcc80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/src/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Foxws\Algos\Tests\Models;

use Foxws\Algos\Tests\Database\Factories\UserFactory;
use Foxws\ModelCache\Concerns\InteractsWithModelCache;
use Illuminate\Contracts\Auth\MustVerifyEmail;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Foundation\Auth\User as Authenticatable;
Expand All @@ -12,7 +11,6 @@
class User extends Authenticatable implements MustVerifyEmail
{
use HasFactory;
use InteractsWithModelCache;
use Notifiable;

protected $guarded = [];
Expand Down

0 comments on commit f9bcc80

Please sign in to comment.