Skip to content
Snippets Groups Projects

Refactor trackers

Merged Marko Ivancic requested to merge refactor-trackers into main
2 files
+ 3
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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
{
{
Loading