X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d439fb459be34d78ec2a3d6516f75719585c05e9..refs/pull/358/head:/config/app.php diff --git a/config/app.php b/config/app.php index 786f005ac..bf4f84fc7 100644 --- a/config/app.php +++ b/config/app.php @@ -139,7 +139,7 @@ return [ Illuminate\Validation\ValidationServiceProvider::class, Illuminate\View\ViewServiceProvider::class, Illuminate\Notifications\NotificationServiceProvider::class, - Laravel\Socialite\SocialiteServiceProvider::class, + SocialiteProviders\Manager\ServiceProvider::class, /** * Third Party @@ -148,6 +148,7 @@ return [ Barryvdh\DomPDF\ServiceProvider::class, Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class, Barryvdh\Debugbar\ServiceProvider::class, + Barryvdh\Snappy\ServiceProvider::class, /* @@ -218,6 +219,7 @@ return [ 'ImageTool' => Intervention\Image\Facades\Image::class, 'PDF' => Barryvdh\DomPDF\Facade::class, + 'SnappyPDF' => Barryvdh\Snappy\Facades\SnappyPdf::class, 'Debugbar' => Barryvdh\Debugbar\Facade::class, /**