Update app config, add PrettyNumber facade

This commit is contained in:
Daniel Supernault 2018-09-02 19:32:05 -06:00
parent 199ce76d79
commit 91ca788c1a
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
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,
],
];