Skip to content

Commit c7ff711

Browse files
committed
Change namespace for RemindableTrait.
1 parent 5b811e3 commit c7ff711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/User.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use Illuminate\Auth\UserTrait;
44
use Illuminate\Auth\UserInterface;
5-
use Illuminate\Auth\RemindableTrait;
5+
use Illuminate\Auth\Reminders\RemindableTrait;
66
use Illuminate\Auth\Reminders\RemindableInterface;
77

88
class User extends Eloquent implements UserInterface, RemindableInterface {

0 commit comments

Comments
 (0)