Skip to content

Commit

Permalink
refs #2642 Added config/screen param to avoid breaking backward compa…
Browse files Browse the repository at this point in the history
…tibility
  • Loading branch information
tabuna committed Jun 19, 2023
1 parent 1371899 commit 03fd364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Screen/Screen.php
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ public function needPreventsAbandonment(): bool
*/
public function isScreenFullStatePreserved(): bool
{
return config('screen.full_state', true);
return config('platform.full_state', true);
}

/**
Expand Down

0 comments on commit 03fd364

Please sign in to comment.