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
7d639787
Unverified
Commit
7d639787
authored
Jul 12, 2020
by
Gabriel Antônio da Silva
Committed by
GitHub
Jul 12, 2020
Browse files
Update TrabalhoController.php
parent
fc78a903
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/TrabalhoController.php
View file @
7d639787
...
...
@@ -390,7 +390,7 @@ class TrabalhoController extends Controller
]);
if
(
$validator
->
fails
())
{
dd
(
'asdf'
);
//
dd('asdf');
return
back
()
->
withErrors
(
$validator
)
->
withInput
();
}
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