WebflowApiCollectionItem.php 223 B

1234567891011
  1. <?php
  2. namespace App\Http\WebflowApi;
  3. class WebflowApiCollectionItem extends AbstractWebflowApiField {
  4. protected function getLoadScope(): string
  5. {
  6. return sprintf('collection/%s/items/%s', "", "");
  7. }
  8. }