Skip to content

Commit

Permalink
fix: install
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to committed Dec 11, 2024
1 parent f1211ad commit 48db4aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public function getDiskOptions(): array

public function isUseMigrations(): bool
{
return $this->get('use_migrations', false);
return $this->get('use_migrations', true);
}

public function useMigrations(): self
Expand Down

0 comments on commit 48db4aa

Please sign in to comment.