Skip to content

Commit

Permalink
fix: add chdir to govukaccount-redirect to pickup correct cache d…
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLicense authored Mar 12, 2024
1 parent 3135a4f commit 950ed5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/selfserve/public/govukaccount-redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

declare(strict_types=1);

chdir(dirname(__DIR__));

include __DIR__ . '/../vendor/autoload.php';

$container = require __DIR__ . '/../config/container.php';
Expand Down

0 comments on commit 950ed5f

Please sign in to comment.