Some updates.

This commit is contained in:
James Cole
2015-02-06 05:35:00 +01:00
parent 804a97cad7
commit bc16298b6e
21 changed files with 54 additions and 53 deletions

View File

@@ -17,7 +17,7 @@ class Preference extends Model
public function user()
{
return $this->belongsTo('User');
return $this->belongsTo('FireflyIII\User');
}
}