Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit e3c0ed0

Browse files
committed
Fixed settings migration path
1 parent f1d3d3c commit e3c0ed0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ CHANGELOG for Yii2 STARTER PROJECT TEMPLATE
33

44
*should be replaced with real project changelog later*
55

6+
v0.7
7+
---------------------
8+
* Moved settings to external package
9+
* Fixed settings migration path
10+
611
v0.6
712
---------------------
813
* Added app components settings class to support IDE for modelsMap

config/app-console.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
'migrationPath' => [
2525
'@migrations',
2626
'@yii/rbac/migrations',
27-
'@app/extensions/settings/migrations'
27+
'@vendor/justcoded/yii2-settings/migrations'
2828
],
2929
],
3030
'fixture' => [

0 commit comments

Comments
 (0)