mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-09 11:45:18 -05:00
Created some more input components and added all attributes to game news entry.
Also added Route and function for accepting post in GameNewsController
This commit is contained in:
@@ -23,4 +23,8 @@ public function index()
|
||||
|
||||
return view('admin.tools.game-news', ['newsList' => $news]);
|
||||
}
|
||||
|
||||
public function put() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user