pi controller

This commit is contained in:
2021-05-31 19:25:08 +09:00
parent d221f9a49f
commit 0df5bc06fe
3 changed files with 0 additions and 467 deletions

View File

@@ -18,8 +18,4 @@ class PlanetaryInteractionController extends Controller
$this->middleware('auth');
$this->middleware('role:User');
}
public function displayAlyssaPi() {
return view('pi.user.display.alyssa');
}
}