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
Branches
Tags
1 merge request!5feat: remove compilation command
......@@ -157,7 +157,7 @@ final class Kernel {
}
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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment