This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Tiller : redirection vers distributions après connexion
feature/rotating_product
Guillaume Bourgeois
8 months ago
parent
88021650f8
commit
c6ebeb97a2
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
backend/controllers/TillerController.php
+ 1
- 1
backend/controllers/TillerController.php
View File
@@ -86,6 +86,6 @@ class TillerController extends BackendController
$producer->tiller_refresh_token = $refreshToken;
$producer->save();
return $this->redirect
Dashboard(
);
return $this->redirect
(['distribution/index']
);
}
}
Write
Preview
Loading…
Cancel
Save