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