database = $database; } public function handle(TenantEvent $event) { $this->database->createTenantConnection($event->tenant); } }