rabin 1 year ago
parent
commit
c1a698f0fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Dever/Model.php

+ 1 - 1
src/Dever/Model.php

@@ -86,7 +86,7 @@ class Model
                 if (!$this->partition['create']) {
                     $this->config['table'] .= '_' . $this->partition['database'];
                 }
-                $path .= '_' . $this->partition['database'] . DIRECTORY_SEPARATOR;
+                $path .= '/' . $this->partition['database'];
             }
             if (isset($this->partition['table']) && $this->partition['table']) {
                 $this->config['table'] .= '_' . $this->partition['table'];