Fix controller cleanup issues
All checks were successful
Tests / Laravel tests (pull_request) Successful in 3m24s
All checks were successful
Tests / Laravel tests (pull_request) Successful in 3m24s
This commit is contained in:
@@ -29,11 +29,6 @@ class EducationController extends Controller
|
||||
return redirect()->route('educations.index')->with('success', 'Opleiding toegevoegd.');
|
||||
}
|
||||
|
||||
public function show(Education $education)
|
||||
{
|
||||
return view('educations.show', compact('education'));
|
||||
}
|
||||
|
||||
public function edit(Education $education)
|
||||
{
|
||||
return view('educations.edit', compact('education'));
|
||||
|
||||
Reference in New Issue
Block a user