refs/pull/7/head
main
If a date is not specified, this line crashes the application.
@@ -16,7 +16,7 @@ use Symfony\Component\Security\Http\Attribute\IsGranted;
class SpeciesController extends AbstractController
- #[Route('/species', name: 'app_species')] + #[Route('/species/add', name: 'app_species')]
@@ -1,30 +1,39 @@
{% extends 'base.html.twig' %}
{% block title %}{{ 'species'|trans }}{% endblock %}
{% block title %}Species index{% endblock %}
This file is not used.
No dependencies set.
The note is not visible to the blocked user.
If a date is not specified, this line crashes the application.
@@ -16,7 +16,7 @@ use Symfony\Component\Security\Http\Attribute\IsGranted;class SpeciesController extends AbstractController@@ -1,30 +1,39 @@{% extends 'base.html.twig' %}{% block title %}{{ 'species'|trans }}{% endblock %}{% block title %}Species index{% endblock %}This file is not used.