mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 04:44:19 +01:00
Disable Turbo for now
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"controllers": {
|
"controllers": {
|
||||||
"@symfony/ux-turbo": {
|
"@symfony/ux-turbo": {
|
||||||
"turbo-core": {
|
"turbo-core": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"fetch": "eager"
|
"fetch": "eager"
|
||||||
},
|
},
|
||||||
"mercure-turbo-stream": {
|
"mercure-turbo-stream": {
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ class QuizSpreadsheetService
|
|||||||
*
|
*
|
||||||
* @throws SpreadsheetDataException
|
* @throws SpreadsheetDataException
|
||||||
*/
|
*/
|
||||||
private function fillQuizFromArray(Quiz $quiz, array $sheet): Quiz
|
private function fillQuizFromArray(Quiz $quiz, array $sheet): void
|
||||||
{
|
{
|
||||||
$errors = [];
|
$errors = [];
|
||||||
|
|
||||||
@@ -110,8 +110,6 @@ class QuizSpreadsheetService
|
|||||||
if ([] !== $errors) {
|
if ([] !== $errors) {
|
||||||
throw new SpreadsheetDataException($errors);
|
throw new SpreadsheetDataException($errors);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $quiz;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function quizToXlsx(Quiz $quiz): void {}
|
public function quizToXlsx(Quiz $quiz): void {}
|
||||||
|
|||||||
Reference in New Issue
Block a user