sprinkle some css

This commit is contained in:
Andras Bacsai
2023-05-12 15:39:07 +02:00
parent 0731b1fe6e
commit d6dc540236
21 changed files with 285 additions and 175 deletions

View File

@@ -40,7 +40,7 @@ if (!function_exists('generalErrorHandler')) {
'error' => $error->getMessage(),
]);
} else {
dump('Duplicate entry found.');
dump($error);
}
}
}