Skip to content

Commit

Permalink
Trim examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Feb 15, 2024
1 parent 06efebc commit 0bc7595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/Sandbox/src/Controller/ToolsExamplesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public function initialize(): void {
public function beforeFilter(EventInterface $event) {
parent::beforeFilter($event);

// Only to demo the difference of trim vs notrim in CommonComponent
if ($this->request->getQuery('notrim')) {
$this->Common->setConfig('notrim', true);
}
Expand Down

0 comments on commit 0bc7595

Please sign in to comment.