Skip to content
Snippets Groups Projects
Commit c69bf209 authored by Marko Ivancic's avatar Marko Ivancic
Browse files

WIP

parent 7a7ca9ee
No related branches found
No related tags found
1 merge request!6Refactor trackers
Pipeline #80795 passed
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
...@@ -4,10 +4,9 @@ declare(strict_types=1); ...@@ -4,10 +4,9 @@ declare(strict_types=1);
namespace SimpleSAML\Module\accounting\Data\Stores\Accounting\Bases\DoctrineDbal\Current\Store\Migrations; 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 use SimpleSAML\Module\accounting\Data\Stores\Accounting\Bases\DoctrineDbal\Versioned\Store\Migrations;
as VersionedCreateUserTable;
class CreateUserVersionTable extends VersionedCreateUserTable class CreateUserVersionTable extends Migrations\CreateUserVersionTable
{ {
protected function getLocalTablePrefix(): string protected function getLocalTablePrefix(): string
{ {
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<p>{{ configurationValidationErrors }}</p> <p>{{ configurationValidationErrors }}</p>
<br><br> <br><br>
{% if runSetup %} {% if runSetup %}
<a class="pure-button pure-button-warning" href="?runSetup=1">{{ 'Try again'|trans }}</a> <a class="pure-button pure-button-warning" href="?runSetup=1">{{ 'Try again'|trans }}</a>
{% endif %} {% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment