Skip to content

Commit 393b0f4

Browse files
committed
Update code-style 💻
1 parent 5870bcd commit 393b0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Console/Migrate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ protected function resolveBuilders(): void
301301

302302
protected function resolveOptions(): void
303303
{
304-
$this->tables = $this->getTablesOption();
304+
$this->tables = $this->getTablesOption();
305305
$this->excludes = $this->getExcludeOption();
306306

307307
if (empty($this->tables) && $this->confirmTableListOption()) {

0 commit comments

Comments
 (0)