Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksamson committed Apr 4, 2016
1 parent bc57af9 commit ba55df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
'source_drivers' => [
Lykegenes\LocaleSwitcher\Drivers\RouteParameterDriver::class, // Laravel Route parameter
// Lykegenes\LocaleSwitcher\Drivers\RequestDriver::class, // URL query string
// Lykegenes\LocaleSwitcher\Drivers\CookieDriver::class, // Cookie
// Lykegenes\LocaleSwitcher\Drivers\SessionDriver::class, // Laravel Session
// Lykegenes\LocaleSwitcher\Drivers\CookieDriver::class, // Cookie (you might want to set store_driver)
// Lykegenes\LocaleSwitcher\Drivers\SessionDriver::class, // Laravel Session (you might want to set store_driver)
// Lykegenes\LocaleSwitcher\Drivers\BrowserDriver::class, // Browser Accept-Language header
],

Expand Down

0 comments on commit ba55df0

Please sign in to comment.