Skip to content

Commit

Permalink
Update boot.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w committed Dec 8, 2024
1 parent bbde7d0 commit 44e40e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
[
'path' => '/v5.0/event/date/',
'auth' => '\rex_yform_rest_auth_token::checkToken',
'type' => \event_date::class,
'query' => \event_date::query(),
'type' => Date::class,
'query' => Date::query(),
'get' => [
'fields' => [
'rex_event_date' => [
Expand Down

0 comments on commit 44e40e1

Please sign in to comment.