package and depencies
This commit is contained in:
@@ -7,7 +7,7 @@ class ConnectionResolver implements ConnectionResolverInterface
|
||||
/**
|
||||
* All of the registered connections.
|
||||
*
|
||||
* @var array
|
||||
* @var \Illuminate\Database\ConnectionInterface[]
|
||||
*/
|
||||
protected $connections = [];
|
||||
|
||||
@@ -21,7 +21,7 @@ class ConnectionResolver implements ConnectionResolverInterface
|
||||
/**
|
||||
* Create a new connection resolver instance.
|
||||
*
|
||||
* @param array $connections
|
||||
* @param array<string, \Illuminate\Database\ConnectionInterface> $connections
|
||||
* @return void
|
||||
*/
|
||||
public function __construct(array $connections = [])
|
||||
|
||||
Reference in New Issue
Block a user