-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4e0143a
commit aec37e0
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|