@@ -85,7 +85,7 @@ |
||
85 | 85 | |
86 | 86 | $this->migrationFolder = base_dir() . DS . 'migrations'; |
87 | 87 | |
88 | - if(!$this->fs->isDirectory($this->migrationFolder)) { |
|
88 | + if (!$this->fs->isDirectory($this->migrationFolder)) { |
|
89 | 89 | throw FileSystemException::directoryNotExists($this->migrationFolder); |
90 | 90 | } |
91 | 91 | } |