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
62a11163
"app/vscode:/vscode.git/clone" did not exist on "bb684a4e26508299cf325da3b566e1c5eb353e72"
Unverified
Commit
62a11163
authored
Jul 02, 2021
by
Gabriel Antônio da Silva
Committed by
GitHub
Jul 02, 2021
Browse files
Merge pull request #144 from Gabriel-31415/master
ajuste
parents
ef55f287
79aa5544
Changes
1
Show whitespace changes
Inline
Side-by-side
app/Http/Controllers/TrabalhoController.php
View file @
62a11163
...
@@ -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