Documents create begin
This commit is contained in:
@@ -17,7 +17,7 @@ class MMCController extends Controller
|
||||
{
|
||||
$project_id = $request->session()->get('project_id');
|
||||
$project = Project::find($project_id);
|
||||
return view('mmc.show', ['project' => $project]);
|
||||
return view('mmc.list', ['project' => $project]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user