Browse Source

Change namespace for RemindableTrait.

Taylor Otwell 11 years ago
parent
commit
c7ff71111b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/models/User.php

+ 1 - 1
app/models/User.php

@@ -2,7 +2,7 @@
 
 use Illuminate\Auth\UserTrait;
 use Illuminate\Auth\UserInterface;
-use Illuminate\Auth\RemindableTrait;
+use Illuminate\Auth\Reminders\RemindableTrait;
 use Illuminate\Auth\Reminders\RemindableInterface;
 
 class User extends Eloquent implements UserInterface, RemindableInterface {