Skip to content

Commit

Permalink
Remove the module_repository magic string
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskoch committed Aug 4, 2016
1 parent d8ff26c commit 9adf39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},

// Wambo modules
'module_repository' => function (FileSystem $filesystem) {
ModuleRepository::class => function (FileSystem $filesystem) {
$storage = new JSONModuleStorage($filesystem, 'vendor/modules.json');
$mapper = new ModuleMapper();

Expand Down

0 comments on commit 9adf39f

Please sign in to comment.