**Describe the bug** Ray no longer shows the actual executed query, instead shows the named parameters **Versions** 2.8.1 You can use `composer show` to get the version numbers of: ``` $ composer show spatie/ray name : spatie/ray descrip. : Debug with Ray to fix problems faster keywords : ray, spatie versions : * 1.42.0 ``` PHP version: Laravel version: 12.15.0 **To Reproduce** Steps to reproduce the behavior: 1. Make any named SQL parameter query in Laravel 2. Use `ray()->showQueries();` 3. Run it and inspect behaviour in Ray **Expected behavior** Get RAW query out so I can debug. **Screenshots**   **Desktop (please complete the following information):**  **Additional context**