Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
11e7777e
"database/seeders/DatabaseSeeder.php" did not exist on "415f066b6001209d39798ef371e6d742e71b6ad4"
Commit
11e7777e
authored
May 15, 2023
by
unknown
Browse files
Ao editar um edital de fluxo continuo os arquivos não eram salvos
parent
d2735cdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Evento.php
View file @
11e7777e
...
...
@@ -130,7 +130,7 @@ class Evento extends Model
'tipoAvaliacao'
=>
[
'required'
],
'inicioSubmissao'
=>
[
'required'
,
'date'
,
'after_or_equal:inicioSubmissao'
],
'fimSubmissao'
=>
[
'required'
,
'date'
,
'after_or_equal:inicioSubmissao'
],
'pdfEdital'
=>
[
(
'pdfEditalPreenchido'
!==
'sim'
?
'required'
:
''
)
,
'file'
,
'mimes:pdf'
,
'max:2048'
],
'pdfEdital'
=>
[
'sometimes'
,
'required'
,
'file'
,
'mimes:pdf'
,
'max:2048'
],
];
public
function
endereco
(){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment