Fix Admin/BaseController.php showing the SSR admin area
This commit is contained in:
parent
1dff1f1810
commit
d2f3d8178b
|
@ -30,7 +30,7 @@ class BaseController extends Controller
|
|||
*/
|
||||
public function index(): View
|
||||
{
|
||||
return view('admin.index', ['version' => $this->version]);
|
||||
// return view('templates/base.core');
|
||||
// return view('admin.index', ['version' => $this->version]);
|
||||
return view('templates/base.core');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue