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
4 years ago
by
carlos
Browse files
Options
Download
Plain Diff
Merge branch 'master' of
https://github.com/lmts-ufape/submeta
into master-test
parents
e5aee251
7d639787
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/Http/Controllers/TrabalhoController.php
+1
-1
app/Http/Controllers/TrabalhoController.php
with
1 addition
and
1 deletion
+1
-1
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
;
...
...
This diff is collapsed.
Click to expand it.
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