1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 20:54:03 +00:00

variable docblocks

This commit is contained in:
Abrar Ahmad 2022-08-25 16:53:03 +05:00
parent abd55556e2
commit 0e72c71286

View file

@ -11,7 +11,12 @@ use Stancl\Tenancy\Contracts\Tenant;
class BatchTenancyBootstrapper implements TenancyBootstrapper class BatchTenancyBootstrapper implements TenancyBootstrapper
{ {
private $previousConnection = null; /**
* The database previous connection instance.
*
* @var \Illuminate\Database\Connection
*/
protected $previousConnection = null;
public function bootstrap(Tenant $tenant) public function bootstrap(Tenant $tenant)
{ {