Skip to content
Snippets Groups Projects

1.x

Merged Bartek Jaskulski requested to merge 1.x into review
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -96,7 +96,7 @@ final class PluginInit {
@@ -96,7 +96,7 @@ final class PluginInit {
}
}
private function get_cache_dir(): string {
private function get_cache_dir(): string {
return $this->filename . '/' . $this->config->get( 'cache_path', 'generated' );
return dirname( $this->filename ) . '/' . $this->config->get( 'cache_path', 'generated' );
}
}
private function initialize_container( Plugin $plugin ): Container {
private function initialize_container( Plugin $plugin ): Container {
Loading