mirror of
https://github.com/flarum/core.git
synced 2025-10-13 07:54:25 +02:00
Implemented extensions as an object, usable by backend and frontend.
This commit is contained in:
committed by
Franz Liedke
parent
96c4e6b147
commit
191589e2b1
@@ -39,9 +39,8 @@ class DatabaseMigrationRepository implements MigrationRepositoryInterface
|
||||
/**
|
||||
* Create a new database migration repository instance.
|
||||
*
|
||||
* @param \Illuminate\Database\ConnectionResolverInterface $resolver
|
||||
* @param string $table
|
||||
* @return void
|
||||
* @param \Illuminate\Database\ConnectionResolverInterface $resolver
|
||||
* @param string $table
|
||||
*/
|
||||
public function __construct(Resolver $resolver, $table)
|
||||
{
|
||||
|
Reference in New Issue
Block a user