We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/web-exhibitions
1 parent 829937f commit 4adc82dCopy full SHA for 4adc82d
config/resources/outbound.php
@@ -255,12 +255,6 @@
255
/**
256
* Website:
257
*/
258
- [
259
- 'endpoint' => 'web-exhibitions',
260
- 'model' => \App\Models\Web\Exhibition::class,
261
- 'transformer' => \App\Transformers\Outbound\Web\Exhibition::class,
262
- 'is_searchable' => true,
263
- ],
264
[
265
'endpoint' => 'events',
266
'model' => \App\Models\Web\Event::class,
@@ -356,5 +350,12 @@
356
350
'is_searchable' => true,
357
351
'is_restricted' => true,
358
352
],
353
+ [
354
+ 'endpoint' => 'web-exhibitions',
355
+ 'model' => \App\Models\Web\Exhibition::class,
+ 'transformer' => \App\Transformers\Outbound\Web\Exhibition::class,
+ 'is_searchable' => true,
+ 'is_restricted' => true,
359
+ ],
360
361
];
0 commit comments