Skip to content

Commit 2cda78a

Browse files
committed
wip
1 parent a9bd3bd commit 2cda78a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Illuminate/Database/Migrations/Migrator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ protected function pretendToRun($migration, $method)
438438
}
439439

440440
$this->write(TwoColumnDetail::class, $name);
441+
441442
$this->write(BulletList::class, collect($this->getQueries($migration, $method))->map(function ($query) {
442443
return $query['query'];
443444
}));

0 commit comments

Comments
 (0)