Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
add merge config
Browse files Browse the repository at this point in the history
  • Loading branch information
fherryfherry committed Oct 5, 2016
1 parent c95d4ae commit 7e3fc67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DokuLaravelServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ public function boot()
*/
public function register()
{
$this->mergeConfigFrom(
__DIR__.'/Config/dokularavel.php', 'dokularavel'
);

$this->app['dokularavel'] = $this->app->share(function ()
{
Expand Down

0 comments on commit 7e3fc67

Please sign in to comment.