Skip to content

Commit

Permalink
Update ps_900_migrate_category_images.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlavtox committed Dec 17, 2024
1 parent 1cc4c08 commit d9e0e00
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions upgrade/php/ps_900_migrate_category_images.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
* @copyright Since 2007 PrestaShop SA and Contributors
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
*/

use PrestaShop\Module\AutoUpgrade\DbWrapper;

/**
* @return void
*
* @throws \PrestaShop\Module\AutoUpgrade\Exceptions\UpdateDatabaseException
*/
function ps_900_migrate_category_images()
{
/*
Expand Down

0 comments on commit d9e0e00

Please sign in to comment.