Skip to content

Commit

Permalink
Update DataTables export helper:
Browse files Browse the repository at this point in the history
- change YAML parser
  • Loading branch information
webeweb committed Mar 7, 2024
1 parent 63bdaa9 commit 13c06c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helper/DataTablesExportHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace WBW\Bundle\JQuery\DataTablesBundle\Helper;

use DeviceDetector\DeviceDetector;
use DeviceDetector\Yaml\Symfony as SYP;
use DeviceDetector\Yaml\Pecl as SYP;
use Symfony\Component\HttpFoundation\Request;

/**
Expand Down

0 comments on commit 13c06c6

Please sign in to comment.