Commit c7ff7111 authored by Taylor Otwell's avatar Taylor Otwell

Change namespace for RemindableTrait.

parent 5b811e30
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment