We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 141518c + 021c2a8 commit ca0bf63Copy full SHA for ca0bf63
src/Migrations/Migrator.php
@@ -241,7 +241,7 @@ public function requireFiles(array $files)
241
*/
242
public function table()
243
{
244
- return $this->laravel['db']->connection($this->database ?: null)->table(config('database.migrations.table'));
+ return $this->laravel['db']->connection($this->database ?: null)->table(config('database.migrations.table', 'migrations'));
245
}
246
247
/**
0 commit comments