Skip to content

Commit

Permalink
Don't play fixtures when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx authored Nov 22, 2024
1 parent 20f8c1d commit 43ecf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion castor.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function install(): void
docker_compose_run('bin/console importmap:install');

migrate();
fixtures();
//fixtures();

qa\install();
}
Expand Down

0 comments on commit 43ecf66

Please sign in to comment.