@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace ElfSundae\Laravel\Datatables; |
| 4 | 4 | |
| 5 | -use Exception; |
|
| 6 | 5 | use Illuminate\Support\Collection; |
| 7 | 6 | use Yajra\Datatables\Datatables as BaseDatatables; |
| 8 | 7 | |