Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrothauer committed Nov 14, 2023
1 parent fac7a8c commit 9846d7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Controller/EventsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,11 @@ public function myEvents()
}
]);

/*
$workshops->where([
'Workshops.uid' => 54724,
]);
*/

$this->Workshop->getAssociation('Events')->setConditions(['Events.status > ' . APP_DELETED])
->setSort([
Expand Down

0 comments on commit 9846d7d

Please sign in to comment.