pingpong-labs / themes

Laravel 5 Themes
https://pingpong-labs.github.io/docs/themes.html
BSD 3-Clause "New" or "Revised" License
24 stars 15 forks source link

mergeConfigFrom with the wrong key #21

Closed semsphy closed 8 years ago

semsphy commented 8 years ago

https://github.com/pingpong-labs/themes/blob/2.1/ThemesServiceProvider.php#L46, the key should be themes.

Output:

[
     "php" => [
       "default" => "default",
       "path" => "/mnt/center/projects/hotel/resources/themes",
       "cache" => [
         "enabled" => false,
         "key" => "pingpong.themes",
         "lifetime" => 86400,
       ],
     ],
   ]