Browse Source

TicketSolver : gestion context getTypeChoices()

feature/symfony6.1
Guillaume 2 years ago
parent
commit
152d575f14
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Solver/Ticket/TicketSolver.php

+ 1
- 1
Solver/Ticket/TicketSolver.php View File

@@ -7,7 +7,7 @@ use Lc\SovBundle\Model\Ticket\TicketModel;

class TicketSolver
{
public static function getTypeChoices(): array
public function getTypeChoices($context = 'backend'): array
{
return [
TicketModel::TYPE_GENERAL_QUESTION,

Loading…
Cancel
Save