Skip to content
Snippets Groups Projects
Verified Commit 04f379c6 authored by Damien's avatar Damien
Browse files

[REFACTORING] Fix tmp path

parent cf51c2a1
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,7 @@ class CoreConfigModel ...@@ -96,7 +96,7 @@ class CoreConfigModel
public static function getTmpPath() public static function getTmpPath()
{ {
$tmpPath = str_replace('core/Models', '', dirname(__FILE__)); $tmpPath = str_replace('src/core/models', '', dirname(__FILE__));
$tmpPath .= 'apps/maarch_entreprise/tmp/'; $tmpPath .= 'apps/maarch_entreprise/tmp/';
return $tmpPath; return $tmpPath;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment