User/rework

This commit is contained in:
Luca Haid
2025-03-17 08:58:56 +00:00
parent 14854260d0
commit 945cb9cc06

View File

@@ -2,7 +2,7 @@
use Phinx\Migration\AbstractMigration;
final class WorkerAddActive extends AbstractMigration {
final class WokerAddActive extends AbstractMigration {
public function up(): void {
if ($this->getEnvironment() == "thetool") {
$workerTable = $this->table("Worker");