Skip to content

Commit 88f336e

Browse files
committed
format
1 parent e3131e4 commit 88f336e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

resource/template/property.stub

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
* {= comment | raw}
33
{= id}
44
* @Column({= columnDetail | raw})
5+
*
56
* @var {= type}
67
*/
78
private {= propertyName};

src/Model/Logic/MigrateLogic.php

+1
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ private function batchRollback(string $pool, array $migrates, bool $isConfirm, s
421421
output()->warning("database=$database nothing migrations");
422422
return;
423423
}
424+
424425
$this->displayMigrates($filterMigrateNames, $migrateNameTimeMap, 'Down migrations to be applied');
425426

426427
if (!$isConfirm && !ConsoleHelper::confirm("Apply down the above migrations?", false)) {

0 commit comments

Comments
 (0)