Skip to content

Commit

Permalink
feat: use Db; in upgrade 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmolinacano committed Oct 1, 2024
1 parent 990f23c commit a62c97a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions upgrade/upgrade-4.5.0.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
* International Registered Trademark & Property of PrestaShop SA
*/

use Db;
use PrestaShop\Module\Doofinder\Lib\SearchEngine;

if (!defined('_PS_VERSION_') || !defined('_PS_MODULE_DIR_')) {
Expand Down

0 comments on commit a62c97a

Please sign in to comment.