Skip to content

Commit

Permalink
RBAC: Add Empty Update Step to Allign Status-Info
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Feb 7, 2025
1 parent c691364 commit b8dc12a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ public function step_1(): void
$this->db->addIndex('rbac_fa', ['assign', 'parent'], 'i3');
}
}

public function step_2(): void
{
}
}

0 comments on commit b8dc12a

Please sign in to comment.