Remove remaining ftn/ paths, no functional changes

This commit is contained in:
2023-10-05 22:49:57 +11:00
parent b25e6f432c
commit 654e7bd2aa
10 changed files with 17 additions and 27 deletions

View File

@@ -41,9 +41,4 @@ class EchoareaController extends Controller
return view('echoarea.addedit')
->with('o',$o);
}
public function home()
{
return view('echoarea.home');
}
}