Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexusmai committed Jul 18, 2019
2 parents 494d67d + 3eab2c7 commit 241cc69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
* Dynamic configuration (v2.4)
* Supported locales : ru, en, ar, sr

## In new version 2.4
## In a new version 2.4

Now you can create your own config repositories, it will allow to change your configuration dynamically.

Expand Down
5 changes: 5 additions & 0 deletions src/FileManagerServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ public function boot()
*/
public function register()
{
$this->mergeConfigFrom(
__DIR__.'/../config/file-manager.php',
'file-manager'
);

// Config Repository
$this->app->bind(
ConfigRepository::class,
Expand Down

0 comments on commit 241cc69

Please sign in to comment.