1
0
mirror of https://github.com/flarum/core.git synced 2025-10-22 20:26:15 +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

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