Skip to content

Commit cf6f9be

Browse files
committed
- Fixed abstract base controller
1 parent d5934f9 commit cf6f9be

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/Http/Controllers/ApiBaseController.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ public abstract function getBaseQuery(): Builder;
3636
*/
3737
public abstract function getAllowedFields(): array;
3838

39-
/**
40-
* Get the dynamic fields
41-
*/
42-
public abstract function getAllowedDynamicFields(): array;
43-
4439
/**
4540
* Get the includes
4641
*/

0 commit comments

Comments
 (0)