Skip to content

Commit

Permalink
fix opcache reset
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Feb 16, 2024
1 parent 9a870dd commit 824d58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Recipes/Laravel/Commands/Deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function handle(DockerService $docker_service, TerminalService $terminal)
"opcache:reset",
];

return $docker_service->service('php')->execute($terminal, $commands);
return $docker_service->service('php')->execute_in_shell_command_line($terminal, $commands);
})) {
return false;
}
Expand Down

0 comments on commit 824d58b

Please sign in to comment.