Laravel User relations stopped working
问题 I just downloaded and started a new project with the latest Laravel 4.2. My problem is in the User model if I define any relation it's not working. User Model use Illuminate\Auth\UserTrait; use Illuminate\Auth\UserInterface; use Illuminate\Auth\Reminders\RemindableTrait; use Illuminate\Auth\Reminders\RemindableInterface; class User extends Eloquent implements UserInterface, RemindableInterface { use UserTrait, RemindableTrait; /** * The database table used by the model. * * @var string */