Skip to content

Commit

Permalink
bugfix in migration namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheg committed Nov 18, 2022
1 parent 4e0143a commit aec37e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migration/20221109_150638_init_database.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
*
* @author Lionel Laffineur <[email protected]>
*/
namespace Skeleton\I18n;
namespace Skeleton\I18n\Storage\Db;

use \Skeleton\Database\Database;

class Migration_20221109_150638_init_database extends \Skeleton\Database\Migration {
class Migration_20221109_150638_Init_Database extends \Skeleton\Database\Migration {

/**
* Migrate up
Expand Down

0 comments on commit aec37e0

Please sign in to comment.