falta el checkear que no se solapen intervalos. corregido error en varios sitios (ponia user_update_id en lugar de user_updated_id; también en BBDD)

This commit is contained in:
Jaime Jiménez
2023-07-12 14:42:21 +02:00
parent 1908290167
commit c4a7cfc799
28 changed files with 137 additions and 119 deletions

View File

@ -69,7 +69,7 @@ return [
],
'user_update_id' => [
'user_updated_id' => [
'integer' => 'The {field} field must contain an integer.',
'required' => 'The {field} field is required.',