Browse Source

Merge branch 'develop' of https://forge.laclic.fr/Laclic/SovBundle into develop

feature/symfony6.1
Fab 2 years ago
parent
commit
ce94cb5699
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