mirror of
https://github.com/flarum/core.git
synced 2025-10-12 23:44:27 +02:00
lists > pluck
This commit is contained in:
@@ -58,7 +58,7 @@ class DatabaseMigrationRepository implements MigrationRepositoryInterface
|
||||
return $this->table()
|
||||
->where('extension', $extension)
|
||||
->orderBy('migration', 'asc')
|
||||
->lists('migration');
|
||||
->pluck('migration');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user