Merge pull request #6324 from pixelfed/shleeable-patch-2

Update app.php - ProtoneMedia\LaravelFFMpeg
pull/6326/head
dansup 5 days ago committed by GitHub
commit ce6c69ea5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save