Kaynağa Gözat

Tiller : redirection vers distributions après connexion

feature/rotating_product
Guillaume Bourgeois 8 ay önce
ebeveyn
işleme
c6ebeb97a2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      backend/controllers/TillerController.php

+ 1
- 1
backend/controllers/TillerController.php Dosyayı Görüntüle

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

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

Yükleniyor…
İptal
Kaydet