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
ba6f7b57
"app/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "0d2f7c81e0c07ee14fd80d3a84bb9e1dd7e094a6"
Commit
ba6f7b57
authored
Aug 09, 2023
by
PedroLopesUPE
Browse files
Merge branch 'main' into dev-joao-pdf_generator
parents
2077bf88
101e6281
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Models/Util/Status.php
View file @
ba6f7b57
...
@@ -12,6 +12,7 @@ class Status
...
@@ -12,6 +12,7 @@ class Status
const
FINALIZADO
=
5
;
const
FINALIZADO
=
5
;
const
REPROVADO
=
6
;
const
REPROVADO
=
6
;
const
APROVADO
=
7
;
const
APROVADO
=
7
;
const
EM_REVISAO
=
8
;
public
static
function
listStatus
(
$value
=
null
)
public
static
function
listStatus
(
$value
=
null
)
{
{
...
@@ -23,7 +24,8 @@ class Status
...
@@ -23,7 +24,8 @@ class Status
self
::
ARQUIVADO
=>
'Arquivado'
,
self
::
ARQUIVADO
=>
'Arquivado'
,
self
::
FINALIZADO
=>
'Finalizado'
,
self
::
FINALIZADO
=>
'Finalizado'
,
self
::
REPROVADO
=>
'Reprovado'
,
self
::
REPROVADO
=>
'Reprovado'
,
self
::
APROVADO
=>
'Aprovado'
self
::
APROVADO
=>
'Aprovado'
,
self
::
EM_REVISAO
=>
'Em Revisão'
];
];
return
$value
!==
null
?
$values
[
$value
]
:
$values
;
return
$value
!==
null
?
$values
[
$value
]
:
$values
;
...
...
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