mirror of
https://github.com/flarum/core.git
synced 2025-08-17 22:01:44 +02:00
Fix more incompatibilities with Laravel 5.5
This commit is contained in:
@@ -58,7 +58,8 @@ class DatabaseMigrationRepository implements MigrationRepositoryInterface
|
||||
return $this->table()
|
||||
->where('extension', $extension)
|
||||
->orderBy('migration', 'asc')
|
||||
->pluck('migration');
|
||||
->pluck('migration')
|
||||
->toArray();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user