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
822ff0db
Commit
822ff0db
authored
Aug 08, 2023
by
alissonalbuquerque
Browse files
add status: em revisao
parent
318f264a
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Models/Util/Status.php
View file @
822ff0db
...
...
@@ -12,6 +12,7 @@ class Status
const
FINALIZADO
=
5
;
const
REPROVADO
=
6
;
const
APROVADO
=
7
;
const
EM_REVISAO
=
8
;
public
static
function
listStatus
(
$value
=
null
)
{
...
...
@@ -23,7 +24,8 @@ class Status
self
::
ARQUIVADO
=>
'Arquivado'
,
self
::
FINALIZADO
=>
'Finalizado'
,
self
::
REPROVADO
=>
'Reprovado'
,
self
::
APROVADO
=>
'Aprovado'
self
::
APROVADO
=>
'Aprovado'
,
self
::
EM_REVISAO
=>
'Em Revisão'
];
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