diff --git a/src/Data/Stores/Accounting/Bases/DoctrineDbal/Current/Store/Migrations/CreateUserVersionTable.php b/src/Data/Stores/Accounting/Bases/DoctrineDbal/Current/Store/Migrations/CreateUserVersionTable.php index 4bfee438cc4df6b76537bd166a3c96e94d63fca5..11f7926b19a3dadbfcc8fcd74917f90fb8304311 100644 --- a/src/Data/Stores/Accounting/Bases/DoctrineDbal/Current/Store/Migrations/CreateUserVersionTable.php +++ b/src/Data/Stores/Accounting/Bases/DoctrineDbal/Current/Store/Migrations/CreateUserVersionTable.php @@ -4,10 +4,9 @@ declare(strict_types=1); namespace SimpleSAML\Module\accounting\Data\Stores\Accounting\Bases\DoctrineDbal\Current\Store\Migrations; -use SimpleSAML\Module\accounting\Data\Stores\Accounting\Bases\DoctrineDbal\Versioned\Store\Migrations\CreateUserTable - as VersionedCreateUserTable; +use SimpleSAML\Module\accounting\Data\Stores\Accounting\Bases\DoctrineDbal\Versioned\Store\Migrations; -class CreateUserVersionTable extends VersionedCreateUserTable +class CreateUserVersionTable extends Migrations\CreateUserVersionTable { protected function getLocalTablePrefix(): string { diff --git a/templates/admin/configuration/status.twig b/templates/admin/configuration/status.twig index 9132b28cfdc4f93e1a5aab71a1c79980547d6c37..ae32d47e563ef95246a1941cc4874da070f96939 100644 --- a/templates/admin/configuration/status.twig +++ b/templates/admin/configuration/status.twig @@ -16,7 +16,7 @@ <p>{{ configurationValidationErrors }}</p> <br><br> - + {% if runSetup %} <a class="pure-button pure-button-warning" href="?runSetup=1">{{ 'Try again'|trans }}</a> {% endif %}