mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
3.2.3
This commit is contained in:
@@ -14,7 +14,7 @@ class RankController extends Controller
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
//
|
||||
return view('admin.configs.ranks.index',['ranks' => Rank::all()]);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -44,9 +44,9 @@ class RankController extends Controller
|
||||
* @param \App\Rank $rank
|
||||
* @return \Illuminate\Http\Response
|
||||
*/
|
||||
public function show(Rank $rank)
|
||||
public function show($rank)
|
||||
{
|
||||
//
|
||||
return view('admin.configs.ranks.show',['rank' => Rank::find($rank)]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user