tidying up use declarations and making new journal page for testing

This commit is contained in:
2018-12-13 22:45:48 -06:00
parent 60429ce8e1
commit d30a49141e

View File

@@ -33,7 +33,7 @@ class MoonsAdminController extends Controller
$journ->first_party_id = $esi->GetCharacterName($journ->first_party_id);
}
return view('moons.spatialjournal')->with('journal', $journal);
return view('moons.moonjournal')->with('journal', $journal);
}
public function updateMoon() {