Total Complexity | 3 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class Lists extends Component |
||
12 | { |
||
13 | use WithPagination; |
||
14 | |||
15 | protected $paginationTheme = 'bootstrap'; |
||
16 | |||
17 | protected $listeners = ['crudUpdated']; |
||
18 | |||
19 | public function crudUpdated() |
||
21 | // There is nothing to do, just update It. |
||
22 | } |
||
23 | |||
24 | public function buildAll() |
||
40 | } |
||
41 | |||
42 | public function render() |
||
51 |