mirror of
https://github.com/flarum/framework.git
synced 2025-05-24 23:59:57 +08:00
Implement user "bio" field
Perhaps this should be an extension, but it is pretty essential and I can’t think of many instances where it wouldn’t be wanted. Would be very easy to extract later on if need be.
This commit is contained in:
@ -118,6 +118,7 @@ class CoreServiceProvider extends ServiceProvider
|
||||
Model::setValidator($this->app['validator']);
|
||||
|
||||
User::setHasher($this->app['hash']);
|
||||
User::setFormatter($this->app['flarum.formatter']);
|
||||
}
|
||||
|
||||
public function registerPermissions()
|
||||
|
Reference in New Issue
Block a user