save course from disk begin

This commit is contained in:
Александр Бабкин
2022-07-12 16:48:24 +03:00
parent 1f59cda01d
commit d093a31512
7 changed files with 175 additions and 15 deletions

View File

@@ -183,6 +183,6 @@ class MMCController extends Controller
}
}
return view('mmc.scan', ['project' => $project,'MMC' => $MMC]);
return view('mmc.scan', ['project' => $project, 'MMC' => $MMC]);
}
}