1
0
Fork 0

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
1 changed files with 1 additions and 0 deletions

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,
],
];