fix namespace.

This commit is contained in:
Taylor Otwell 2013-02-01 08:30:52 -06:00
parent ae43bff49b
commit 106d3b7287
1 changed files with 1 additions and 1 deletions

View File

@ -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 {