Skip to content
Snippets Groups Projects
Verified Commit f7e8fc27 authored by Bartek Jaskulski's avatar Bartek Jaskulski
Browse files

fix: dev container condition

parent 2d3ba9d1
No related branches found
No related tags found
1 merge request!5feat: remove compilation command
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
...@@ -157,7 +157,7 @@ final class Kernel { ...@@ -157,7 +157,7 @@ final class Kernel {
} }
private function is_dev(): bool { private function is_dev(): bool {
return $this->config->get( 'debug', false ) || wp_get_environment_type() !== 'development'; return $this->config->get( 'debug', false ) || wp_get_environment_type() === 'development';
} }
private function is_prod(): bool { private function is_prod(): bool {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment