Browse Source

fix namespace.

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

+ 1 - 1
app/models/User.php

@@ -1,7 +1,7 @@
 <?php
 
 use Illuminate\Auth\UserInterface;
-use Illuminate\Auth\RemindableInterface;
+use Illuminate\Auth\Reminders\RemindableInterface;
 
 class User extends Eloquent implements UserInterface, RemindableInterface {