소스 검색

Tiller : redirection vers distributions après connexion

feature/rotating_product
Guillaume Bourgeois 8 달 전
부모
커밋
c6ebeb97a2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      backend/controllers/TillerController.php

+ 1
- 1
backend/controllers/TillerController.php 파일 보기

@@ -86,6 +86,6 @@ class TillerController extends BackendController
$producer->tiller_refresh_token = $refreshToken;
$producer->save();

return $this->redirectDashboard();
return $this->redirect(['distribution/index']);
}
}

Loading…
취소
저장