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