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:
Toby Zerner
2015-03-12 10:38:18 +10:30
parent 6ffba13205
commit 4804d95b37
8 changed files with 97 additions and 1 deletions

View File

@ -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()