mirror of
https://github.com/flarum/core.git
synced 2025-10-18 18:26:07 +02:00
Fix namespaces
This commit is contained in:
@@ -59,6 +59,6 @@ class PasswordToken extends AbstractModel
|
||||
*/
|
||||
public function user()
|
||||
{
|
||||
return $this->belongsTo('Flarum\Core\User');
|
||||
return $this->belongsTo('Flarum\User');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user