finish conversion

This commit is contained in:
Tony Murray
2020-06-19 00:17:36 -05:00
parent 15cd2311cc
commit b1f526be48
5 changed files with 136 additions and 94 deletions

View File

@@ -61,7 +61,7 @@ class InstallationController extends Controller
{
return response()->json(array_map(function ($class) {
$controller = app()->make($class);
return $controller->enabled($this->steps);
return $controller->complete();
}, $this->steps));
}