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
Merge branch 'develop'
feature/symfony6.1
Guillaume
2 years ago
parent
f74a1ee079
152d575f14
commit
0fa27aa2a4
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