We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69420e3 commit 54f7b92Copy full SHA for 54f7b92
src/Console/Commands/RollbackMigrateData.php
@@ -65,6 +65,6 @@ public function handle()
65
66
protected function getMigrationPath()
67
{
68
- return $this->laravel->databasePath().DIRECTORY_SEPARATOR.'data-migrations';
+ return [$this->laravel->databasePath().DIRECTORY_SEPARATOR.'data-migrations'];
69
}
70
0 commit comments