Skip to content

Commit 8bb871b

Browse files
committed
minor EasyCorp#4748 Add the currentPageReferrer prop (BackEndTea)
This PR was merged into the 3.0.x-dev branch. Discussion ---------- Add the `currentPageReferrer` prop This was written to and read from, but not actually a property Commits ------- f383e9f Add the `currentPageReferrer` prop
2 parents 0555f1b + f383e9f commit 8bb871b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Router/CrudUrlBuilder.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class CrudUrlBuilder
2626
private $urlSigner;
2727
private $routeParameters;
2828
private $signUrls;
29+
private $currentPageReferrer;
2930

3031
public function __construct(?AdminContext $adminContext, UrlGeneratorInterface $urlGenerator, DashboardControllerRegistry $dashboardControllers, CrudControllerRegistry $crudControllers, UrlSigner $urlSigner, array $newRouteParameters = [])
3132
{

0 commit comments

Comments
 (0)