]> BookStack Code Mirror - bookstack/commitdiff
Merge pull request #7 from BookStackApp/master
authorAbijeet Patro <redacted>
Sun, 5 Feb 2017 11:16:03 +0000 (16:46 +0530)
committerGitHub <redacted>
Sun, 5 Feb 2017 11:16:03 +0000 (16:46 +0530)
Getting the latest.

1  2 
config/app.php

diff --combined config/app.php
index 2a7a36ea2e4a5f7768b698a577afd3761ed2ade0,bf4f84fc78c362651f32842945948d62db201e3b..b730e6303041140790330eed6b9dfd31016603e3
@@@ -3,7 -3,7 +3,7 @@@
  return [
  
  
 -    'env' => env('APP_ENV', 'production'),
 +    'env' => env('APP_ENV', 'development'),
  
      'editor' => env('APP_EDITOR', 'html'),
  
@@@ -18,7 -18,7 +18,7 @@@
      |
      */
  
 -    'debug' => env('APP_DEBUG', false),
 +    'debug' => env('APP_DEBUG', true),
  
      /*
      |--------------------------------------------------------------------------
          Illuminate\Validation\ValidationServiceProvider::class,
          Illuminate\View\ViewServiceProvider::class,
          Illuminate\Notifications\NotificationServiceProvider::class,
-         Laravel\Socialite\SocialiteServiceProvider::class,
+         SocialiteProviders\Manager\ServiceProvider::class,
  
          /**
           * Third Party