1
0
mirror of https://github.com/flarum/core.git synced 2025-10-18 18:26:07 +02:00

Fix namespaces

This commit is contained in:
Franz Liedke
2017-06-24 15:04:46 +02:00
parent a39ed6edec
commit 95dc7e71f4
11 changed files with 25 additions and 26 deletions

View File

@@ -59,6 +59,6 @@ class PasswordToken extends AbstractModel
*/
public function user()
{
return $this->belongsTo('Flarum\Core\User');
return $this->belongsTo('Flarum\User');
}
}