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
pad-upe
Commits
dfd655ab
Commit
dfd655ab
authored
Dec 21, 2023
by
alisson
Browse files
update branch
parent
d1a9659b
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/AvaliadorPadController.php
View file @
dfd655ab
...
@@ -112,7 +112,8 @@ class AvaliadorPadController extends Controller
...
@@ -112,7 +112,8 @@ class AvaliadorPadController extends Controller
}
}
public
function
actionCreate
(
$pad_id
)
public
function
actionCreate
(
$pad_id
)
{
{
dd
(
'create'
);
$pad
=
Pad
::
find
(
$pad_id
);
$pad
=
Pad
::
find
(
$pad_id
);
$model
=
new
AvaliadorPad
();
$model
=
new
AvaliadorPad
();
...
...
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