Update app.php

pull/6324/head
Shlee 1 week ago committed by GitHub
parent dea244a232
commit 22e280b5a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -150,6 +150,7 @@ return [
/*
* Package Service Providers...
*/
ProtoneMedia\LaravelFFMpeg\Support\ServiceProvider::class,
/*
* Application Service Providers...
@ -215,7 +216,7 @@ return [
'PrettyNumber' => App\Util\Lexer\PrettyNumber::class,
'Purify' => Stevebauman\Purify\Facades\Purify::class,
'FFMpeg' => Pbmedia\LaravelFFMpeg\FFMpegFacade::class,
'FFMpeg' => ProtoneMedia\LaravelFFMpeg\Support\FFMpeg::class,
'Captcha' => Buzz\LaravelHCaptcha\CaptchaFacade::class,
],

Loading…
Cancel
Save