Skip to content

Commit d50a61d

Browse files
committed
wip : fix cs
1 parent b20ebd2 commit d50a61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Task.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Task extends Model
2626

2727
public function setTimezoneAttribute($value)
2828
{
29-
return $this->attributes['timezone'] = $value?: config('app.timezone');
29+
return $this->attributes['timezone'] = $value ?: config('app.timezone');
3030
}
3131

3232
public function getActivatedAttribute()

0 commit comments

Comments
 (0)