Merge pull request #441 from pixelfed/frontend-ui-refactor

Update app config, add PrettyNumber facade
This commit is contained in:
daniel 2018-09-02 19:32:44 -06:00 committed by GitHub
commit 68385cd16a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -213,6 +213,7 @@ return [
'Recaptcha' => Greggilbert\Recaptcha\Facades\Recaptcha::class,
'DotenvEditor' => Jackiedo\DotenvEditor\Facades\DotenvEditor::class,
'PrettyNumber' => App\Util\Lexer\PrettyNumber::class,
],
];