callable = $callable; } public function run(ModuleContainer $container = null) { $callable = $this->callable; return $callable(); } }