| Total Complexity | 5 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class CurrencyIndexRequest extends BaseFormRequest |
||
| 8 | { |
||
| 9 | protected function getEndpointName(): string |
||
| 10 | { |
||
| 11 | return 'currencies.index'; |
||
| 12 | } |
||
| 13 | |||
| 14 | public function rules(): array |
||
| 18 | ]; |
||
| 19 | } |
||
| 20 | |||
| 21 | public function getLimit(): int |
||
| 24 | } |
||
| 25 | |||
| 26 | public function wantsActivated(): bool |
||
| 29 | } |
||
| 30 | } |
||
| 31 |