mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:54:03 +00:00
variable docblocks
This commit is contained in:
parent
abd55556e2
commit
0e72c71286
1 changed files with 6 additions and 1 deletions
|
|
@ -11,7 +11,12 @@ use Stancl\Tenancy\Contracts\Tenant;
|
|||
|
||||
class BatchTenancyBootstrapper implements TenancyBootstrapper
|
||||
{
|
||||
private $previousConnection = null;
|
||||
/**
|
||||
* The database previous connection instance.
|
||||
*
|
||||
* @var \Illuminate\Database\Connection
|
||||
*/
|
||||
protected $previousConnection = null;
|
||||
|
||||
public function bootstrap(Tenant $tenant)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue