@@ -46,8 +46,8 @@ |
||
| 46 | 46 | */ |
| 47 | 47 | public function addBasePath($path) |
| 48 | 48 | { |
| 49 | - $this->setPath('migrations', $path.DIRECTORY_SEPARATOR.'migrations'); |
|
| 50 | - $this->setPath('seeds', $path.DIRECTORY_SEPARATOR.'seeds'); |
|
| 49 | + $this->setPath('migrations', $path . DIRECTORY_SEPARATOR . 'migrations'); |
|
| 50 | + $this->setPath('seeds', $path . DIRECTORY_SEPARATOR . 'seeds'); |
|
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | /** |