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
04c8fc48
Commit
04c8fc48
authored
Jul 12, 2020
by
carlos
Browse files
Merge branch 'master' of
https://github.com/lmts-ufape/submeta
into master-test
parents
e5aee251
7d639787
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/TrabalhoController.php
View file @
04c8fc48
...
@@ -390,7 +390,7 @@ class TrabalhoController extends Controller
...
@@ -390,7 +390,7 @@ class TrabalhoController extends Controller
]);
]);
if
(
$validator
->
fails
())
{
if
(
$validator
->
fails
())
{
dd
(
'asdf'
);
//
dd('asdf');
return
back
()
->
withErrors
(
$validator
)
->
withInput
();
return
back
()
->
withErrors
(
$validator
)
->
withInput
();
}
}
return
1
;
return
1
;
...
...
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