Fixed Last normal security.
This commit is contained in:
@@ -7,6 +7,11 @@ use Illuminate\Http\Response;
|
||||
|
||||
class RootController extends Controller
|
||||
{
|
||||
function __construct()
|
||||
{
|
||||
$this->middleware("auth");
|
||||
}
|
||||
|
||||
public function index() {
|
||||
return Response::detect("root.index");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user