"resources/views/git@sites.upe.br:walter.felipe/pad-upe.git" did not exist on "738ddd4bfc2698b82d0f9a15f85cbd363621f689"
Commit d2dd955e authored by PedroLopesUPE's avatar PedroLopesUPE
Browse files

Bug fix: variável faltante no redirecionamento

parent a2bbaf6e
......@@ -20,7 +20,7 @@
Relatório pad {{$pad->nome}}
</h3>
@include('components.buttons.btn-download', [
'route' => route('pad_relatório_pdf'),
'route' => route('pad_relatório_pdf', ['id' => $pad->id]),
'content' => 'Baixar PADs enviados',
'id' => '',
'class' => '',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment