Просмотр исходного кода

Tiller : redirection vers distributions après connexion

feature/rotating_product
Guillaume Bourgeois 8 месяцев назад
Родитель
Сommit
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']);
}
}

Загрузка…
Отмена
Сохранить