This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
SovBundle
Watch
3
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
TicketSolver : gestion context getTypeChoices()
feature/symfony6.1
Guillaume
2 years ago
parent
02e36892e5
commit
152d575f14
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+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,
Write
Preview
Loading…
Cancel
Save