Update Timeline, remove simple mode and set labs deprecation date
This commit is contained in:
parent
21a5739f1e
commit
df9c3adff6
4 changed files with 193 additions and 203 deletions
|
@ -41,10 +41,7 @@ trait LabsSettings {
|
|||
}
|
||||
|
||||
if($request->has('profile_layout')) {
|
||||
if($profile->profile_layout != 'moment') {
|
||||
$profile->profile_layout = 'moment';
|
||||
$changes = true;
|
||||
}
|
||||
|
||||
} else {
|
||||
$profile->profile_layout = null;
|
||||
$changes = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue