Removed unnessary controller functions that just call a view, HTML/CSS consistency updates

This commit is contained in:
2024-04-22 14:27:48 +10:00
parent 001618d719
commit ceffc7ff14
45 changed files with 2009 additions and 2011 deletions

View File

@@ -65,9 +65,4 @@ class UserController extends Controller
return view('user.link');
}
public function register()
{
return view('user/system/register');
}
}