@@ -42,7 +42,7 @@ |
||
42 | 42 | <p class="small"> |
43 | 43 | Built with <?= Html::a('phd', 'http://phd.dmstr.io') ?> from |
44 | 44 | <?= Html::a( |
45 | - 'dmstr', |
|
45 | + 'dmstr', |
|
46 | 46 | 'http://www.diemeisterei.de' |
47 | 47 | ) ?> |
48 | 48 | </p> |
@@ -68,7 +68,7 @@ |
||
68 | 68 | 'context.menuItems' => [], |
69 | 69 | 'yii.migrations' => ArrayHelper::merge( |
70 | 70 | explode(',', getenv('APP_MIGRATION_LOOKUP')), |
71 | - [ |
|
71 | + [ |
|
72 | 72 | '@yii/rbac/migrations', |
73 | 73 | '@yii/web/migrations', |
74 | 74 | '@bedezign/yii2/audit/migrations', |