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
79aa5544
Commit
79aa5544
authored
Jul 02, 2021
by
Gabriel-31415
Browse files
ajuste
parent
a4fd1efd
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Controllers/TrabalhoController.php
View file @
79aa5544
...
@@ -618,7 +618,6 @@ class TrabalhoController extends Controller
...
@@ -618,7 +618,6 @@ class TrabalhoController extends Controller
$file
=
$projeto
->
anexoPlanilhaPontuacao
;
$file
=
$projeto
->
anexoPlanilhaPontuacao
;
$ext
=
explode
(
"."
,
$file
);
$ext
=
explode
(
"."
,
$file
);
// dd($ext);
switch
(
$ext
[
1
])
{
switch
(
$ext
[
1
])
{
case
'xlsx'
:
case
'xlsx'
:
$hearder
=
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
;
$hearder
=
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
;
...
...
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