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
5e676fa6
Commit
5e676fa6
authored
Jul 10, 2020
by
alinetenorio
Browse files
removendo dump
parent
68687127
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/TrabalhoController.php
View file @
5e676fa6
...
...
@@ -81,7 +81,7 @@ class TrabalhoController extends Controller
* @return \Illuminate\Http\Response
*/
public
function
store
(
Request
$request
){
dd
(
$request
->
all
());
//
dd($request->all());
$mytime
=
Carbon
::
now
(
'America/Recife'
);
$mytime
=
$mytime
->
toDateString
();
$evento
=
Evento
::
find
(
$request
->
editalId
);
...
...
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