1 | <?php |
||
2 | |||
3 | if (!function_exists('datatables')) { |
||
4 | function datatables() |
||
5 | { |
||
6 | return app('datatables'); |
||
0 ignored issues
–
show
Bug
introduced
by
![]() |
|||
7 | } |
||
8 | } |
||
9 |