Commit dc226910 authored by Nicolas Widart's avatar Nicolas Widart

Merge commit 'fe94ff08'

* commit 'fe94ff08':
  Squashed 'Modules/Workshop/' changes from fef5639..bac0f7f
parents 3cd7f365 fe94ff08
<?php namespace Modules\Workshop\Manager;
use Illuminate\Config\Repository as Config;
use Pingpong\Modules\Module;
class ModuleManager
{
......@@ -60,7 +61,7 @@ class ModuleManager
{
$enabledModules = $this->module->enabled();
$enabledModules = array_map(function($module) {
$enabledModules = array_map(function(Module $module) {
return $module->getName();
}, $enabledModules);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment