Skip to content

Commit 4fad8ec

Browse files
author
AkkuFresh
authored
Change User model location to Models\User
1 parent fcb9cb8 commit 4fad8ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Models/UserInvite.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace App\Models;
44

5-
use App\User;
5+
use App\Models\User;
66
use Illuminate\Database\Eloquent\Model;
77

88
class UserInvite extends Model
@@ -52,4 +52,4 @@ public function invitedBy()
5252
{
5353
return $this->belongsTo(User::class, 'invited_by', 'id');
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)