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

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