Skip to content

Commit 6b5cc40

Browse files
Tjabtaylorotwell
authored andcommitted
Resolved rollback not compatable with strings (#18535)
1 parent 7e95d61 commit 6b5cc40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Database/Migrations/Migrator.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@ protected function getMigrationsForRollback(array $options)
228228
* Rollback the given migrations.
229229
*
230230
* @param array $migrations
231-
* @param array $paths
231+
* @param array|string $paths
232232
* @param array $options
233233
* @return array
234234
*/
235-
protected function rollbackMigrations(array $migrations, array $paths, array $options)
235+
protected function rollbackMigrations(array $migrations, $paths, array $options)
236236
{
237237
$rolledBack = [];
238238

0 commit comments

Comments
 (0)