Skip to content

Commit

Permalink
Bugfix: Ray function removed
Browse files Browse the repository at this point in the history
  • Loading branch information
TiiFuchs committed May 9, 2022
1 parent a0cde5d commit 1ca6030
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/TelegramBot.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ public function discoverPsr4(string $path)
}

}

ray(var_export($this->handlers, true));
}

public function handleWebhook(): bool
Expand Down Expand Up @@ -130,4 +128,4 @@ private function getNamespace(string $file): ?string
return $namespace ?: null;
}

}
}

0 comments on commit 1ca6030

Please sign in to comment.