Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Korko
SecretSanta.fr
Commits
030ffb25
Verified
Commit
030ffb25
authored
Nov 23, 2020
by
Korko
Browse files
Allow access to panels the day of the event
parent
2a1b8342
Changes
1
Show whitespace changes
Inline
Side-by-side
app/Models/Draw.php
View file @
030ffb25
...
...
@@ -67,7 +67,7 @@ class Draw extends Model
public
function
getExpiredAttribute
()
{
return
$this
->
expires_at
->
isPast
()
||
$this
->
expires_at
->
isToday
()
;
return
$this
->
expires_at
->
isPast
();
}
/**
...
...
Write
Preview
Supports
Markdown
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