1 | <?php |
||
8 | class Widgets extends Endpoint |
||
9 | { |
||
10 | |||
11 | use BelongsToOrganization, CrudEndpoint; |
||
12 | |||
13 | /** |
||
14 | * @var string |
||
15 | */ |
||
16 | protected $endpoint = 'widgets'; |
||
17 | |||
18 | /** |
||
19 | * @param string $itemId |
||
20 | * @param string|null $collectionId |
||
21 | * @return mixed |
||
22 | */ |
||
23 | public function delete($itemId, $collectionId = null) |
||
35 | } |